Skip to content

Instantly share code, notes, and snippets.

@miku
Last active August 29, 2015 13:56
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 miku/8975442 to your computer and use it in GitHub Desktop.
Save miku/8975442 to your computer and use it in GitHub Desktop.
ES cats.
# just the master
curl localhost:9200/_cat/master
# all nodes
curl localhost:9200/_cat/nodes
# all indices
curl localhost:9200/_cat/indices
# (bsz) shards ok (STARTED)?
curl localhost:9200/_cat/shards/bsz
# how is it today?
curl localhost:9200/_cat/health
# more at http://www.elasticsearch.org/blog/introducing-cat-api/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment