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>
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>
npm i es-json-load
7
0.2.1
none