ojob.io/es/import

Usage

ojob ojob.io/es/import url=http://some.url:12345 file=import.ndjson.gz user=user pass=mypass index=myindex 

Description

Import a ndjson file into an ElasticSearch/OpenSearch instance index

Expects

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