Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 163 Bytes

elasticdump.md

File metadata and controls

9 lines (7 loc) · 163 Bytes

Dump all data from elasticsearch to a json data:

$ elasticdump \
  --input=http://production.es.com:9200/my_index \
  --output=test.json \
  --type=data