Created
October 19, 2024 17:50
-
-
Save clairmont32/edc713c44748393a7dd173d7fafbe9ea to your computer and use it in GitHub Desktop.
Basic Elastic Troubleshooting Calls
This file contains hidden or 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
# 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