Skip to content

Instantly share code, notes, and snippets.

@toravir
Created September 24, 2018 19:30
Show Gist options
  • Save toravir/a1711c7217ec8ef7bfd203895d63dafc to your computer and use it in GitHub Desktop.
Save toravir/a1711c7217ec8ef7bfd203895d63dafc to your computer and use it in GitHub Desktop.
:9200/_cluster/health - get the cluster Health
:9200/_cat/indices - get the list of indices
:9200/<index>/_settings - get the settings for an index
:9200/_cat/nodes - get a high level health from each of the nodes (kind of like unix top)
:9200/_mapping - get a list of all mappings from all indices
:9200/<index>/_mapping - get the list of mapping for a given index - (index can be a wild card)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment