Skip to content

Instantly share code, notes, and snippets.

@arturom
Created December 8, 2014 21:00
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 arturom/f29f832acd9e792434af to your computer and use it in GitHub Desktop.
Save arturom/f29f832acd9e792434af to your computer and use it in GitHub Desktop.
ElasticSearch info paths
GET /_aliases
GET /_cluster/nodes
GET /_cluster/health
GET /_cluster/state
GET /_cluster/state/?filter_nodes=true&filter_metadata=true
GET /_cluster/nodes/process
GET /_cluster/pending_tasks
GET /_nodes/
GET /_nodes/stats
GET /_nodes/jvm/
GET /_nodes/stats/process
GET /_nodes/process
GET /_nodes/indices/stats
GET /_nodes/http/stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment