Skip to content

Instantly share code, notes, and snippets.

@joseche
Last active October 2, 2015 16:32
Show Gist options
  • Select an option

  • Save joseche/ccb01eb60d16e613c733 to your computer and use it in GitHub Desktop.

Select an option

Save joseche/ccb01eb60d16e613c733 to your computer and use it in GitHub Desktop.
Elastic Search status urls
http://localhost:9200/_cluster/health
http://localhost:9200/_cat/nodes?v
http://localhost:9200/_cat/shards?v
http://localhost:9200/_cat/allocation?v
http://localhost:9200/_cluster/health?level=shards&pretty
http://localhost:9200/_cluster/state?pretty
http://localhost:9200/_cluster/stats?human&pretty
http://localhost:9200/_cat/master?v
http://localhost:9200/_cat/health?v
http://localhost:9200/_cat/nodes?v
http://localhost:9200/_cat/indices?v
http://localhost:9200/_cat/shards?v
http://localhost:9200/_cat/allocation?v
http://localhost:9200/_cat/count?v
http://localhost:9200/_cat/aliases?v
http://localhost:9200/_cat/thread_pool?v
http://localhost:9200/_cat/recovery?v
http://localhost:9200/_nodes/stats
http://localhost:9200/_cat/nodes?h=host,heapPercent,heapMax,fielddataMemory
# https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html
http://localhost:9200/_cat/nodes?help
http://localhost:9200/_cat/pending_tasks?v
http://localhost:9200/_cat/plugins?v
## if marvel is installed and using logstash:
http://localhost:9200/_plugin/marvel/
### to install marvel in elastic search:
./bin/plugin -i elasticsearch/marvel/latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment