Created
March 7, 2018 21:43
-
-
Save raresteak/9d13da6fb84aa9bb8d6b7af42f1bc272 to your computer and use it in GitHub Desktop.
elasticsearch status url
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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