Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Created April 8, 2016 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jammink2/c091c6584bf399e89d8b03eddc132726 to your computer and use it in GitHub Desktop.
Save Jammink2/c091c6584bf399e89d8b03eddc132726 to your computer and use it in GitHub Desktop.
Query all your records Elasticsearch
curl --ipv4 -XGET <external_EC2_IP>:9200/_search -d '{
"query": {
"match_all": {}
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment