
ojob ojob.io/es/import url=http://some.url:12345 file=import.ndjson.gz user=user pass=mypass index=myindex Import a ndjson file into an ElasticSearch/OpenSearch instance index
| Name | Description | 
|---|---|
| url | The ElasticSearch/OpenSearch instance URL | 
| file | The ndjson file to load data from | 
| user | The user credential, if necessary, to access the cluster | 
| pass | The password credential, if necessary, to access the cluster | 
| index | The index where to import data |