Skip to content

Instantly share code, notes, and snippets.

@geekbass
Created April 11, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save geekbass/7d079af082d37c3fedcda78cc5b23744 to your computer and use it in GitHub Desktop.
Save geekbass/7d079af082d37c3fedcda78cc5b23744 to your computer and use it in GitHub Desktop.
Elasticsearch Admin API Cheatsheet

Elasticsearch Admin Endpoint Cheatsheet

/_cluster/health?pretty: For the cluster health indicator.
/_status?pretty : For all information about all the indices.
/_nodes?pretty : For all information about the nodes.
/_cat/master?pretty: For master node.
/_stats?pretty : For shard allocation, indices stats.
/_nodes/stats?pretty : For individual node stats, this includes, jvm, http, io stats for the node.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment