-
Notifications
You must be signed in to change notification settings - Fork 99
[Troubleshooting] Adds cluster allocation API examples #1698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New page LGTM — didn't copyedit as we're just transferring existing content
@szabosteve , this looks great. We shouldn't forget to add in the API docs, probably at the beginning of the content of this API call, a message to point users to this new page for examples of the allocation explain API and how to troubleshoot shard allocation issues. The main goal of adding this page is that the current Elasticsearch code is generating logs that points users to the allocation/explain API page for troubleshooting certain allocation issues. We need to ensure those users are able to find the content (which is the content of this PR). cc: @stefnestor |
@eedugon Thanks for the reminder, yes! I have already opened this PR to add a link that points to this page to the cluster allocation API page: elastic/elasticsearch-specification#4523 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🦖
🔍 Preview links for changed docs:
🔔 The preview site may take up to 3 minutes to finish building. These links will become live once it completes. |
Overview
Related to https://github.com/elastic/docs-projects/issues/302
This PR adds cluster allocation API examples to the Troubleshooting guide.
PREVIEW