Skip to content

Instantly share code, notes, and snippets.

@allanbatista
Last active December 7, 2017 16:45
Show Gist options
  • Save allanbatista/167b95293a13240cea1ede840a3dff91 to your computer and use it in GitHub Desktop.
Save allanbatista/167b95293a13240cea1ede840a3dff91 to your computer and use it in GitHub Desktop.
Fazer Dump de Indice do Elasticsearch
# https://github.com/taskrabbit/elasticsearch-dump
elasticdump \
--input=http://localhost:9200/index_name \
--output=product_action_results2.json \
--type=data \
--searchBody '{"query":{"query_string": { "query": "sale_system_name:Amazon AND type:error" }}}' \
--limit 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment