/es-json-load

Indexes a normal JSON document into elasticsearch without the action description

Primary LanguageJavaScript

Elasticsearch JSON Load

Use this to index normal JSON arrays into elasticsearch without the action description line.

Run something like

es-json-load --data --file=/absolute/path/to/file --index=<index-name> --type=<type-name>