Skip to content

Instantly share code, notes, and snippets.

@raresteak
Created March 7, 2018 21:43
Show Gist options
  • Save raresteak/9d13da6fb84aa9bb8d6b7af42f1bc272 to your computer and use it in GitHub Desktop.
Save raresteak/9d13da6fb84aa9bb8d6b7af42f1bc272 to your computer and use it in GitHub Desktop.
elasticsearch status url
curl -u elastic:changeme http://`hostname`:9200/_cat
=^.^=
/_cat/allocation
/_cat/shards
/_cat/shards/{index}
/_cat/master
/_cat/nodes
/_cat/tasks
/_cat/indices
/_cat/indices/{index}
/_cat/segments
/_cat/segments/{index}
/_cat/count
/_cat/count/{index}
/_cat/recovery
/_cat/recovery/{index}
/_cat/health
/_cat/pending_tasks
/_cat/aliases
/_cat/aliases/{alias}
/_cat/thread_pool
/_cat/thread_pool/{thread_pools}
/_cat/plugins
/_cat/fielddata
/_cat/fielddata/{fields}
/_cat/nodeattrs
/_cat/repositories
/_cat/snapshots/{repository}
/_cat/templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment