Skip to content

Instantly share code, notes, and snippets.

@paulhuisman
Last active August 29, 2015 14:24
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 paulhuisman/304ab83fc385e5ce861d to your computer and use it in GitHub Desktop.
Save paulhuisman/304ab83fc385e5ce861d to your computer and use it in GitHub Desktop.
Elasticsearch commands
// get list of all indexes
curl 127.0.0.1:9200/_aliases?pretty=1
// get count of all items in index
curl 127.0.0.1:9200/_search?search_type=count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment