Skip to content

Instantly share code, notes, and snippets.

@clairmont32
Created October 19, 2024 17:50
Show Gist options
  • Save clairmont32/edc713c44748393a7dd173d7fafbe9ea to your computer and use it in GitHub Desktop.
Save clairmont32/edc713c44748393a7dd173d7fafbe9ea to your computer and use it in GitHub Desktop.
Basic Elastic Troubleshooting Calls
# by no means complete but a decent starting point to determine the health of a cluster and where an issue may lie
GET _cat/health?v
GET _cat/master?v
GET _cat/nodes?v
GET _cat/allocation?v
GET _cat/indices?v
GET _cat/pending_tasks?v
GET _cat/recovery?v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment