-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add shards capacity troubleshooting guide #95208
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
Add shards capacity troubleshooting guide #95208
Conversation
|
Documentation preview: |
|
Pinging @elastic/es-docs (Team:Docs) |
|
Pinging @elastic/es-data-management (Team:Data Management) |
dakrone
left a comment
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.
I left some minor comments, but otherwise looks good to me, thanks Pablo!
docs/reference/troubleshooting/troubleshooting-shards-capacity.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/troubleshooting/troubleshooting-shards-capacity.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/troubleshooting/troubleshooting-shards-capacity.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/troubleshooting/troubleshooting-shards-capacity.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/troubleshooting/troubleshooting-shards-capacity.asciidoc
Outdated
Show resolved
Hide resolved
docs/reference/troubleshooting/troubleshooting-shards-capacity.asciidoc
Outdated
Show resolved
Hide resolved
|
Thanks @dakrone ! |
andreidan
left a comment
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.
Thanks for working on this Pablo.
This generally looks good but it's missing the ESS/On prem widget (the ESS one describes how to get to dev tools etc)
This is how this PR guide currently displays https://elasticsearch_95208.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/troubleshoot-shards-capacity-issues.html
And this is what we're aiming for https://elasticsearch_95208.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/add-tier.html
docs/reference/troubleshooting/troubleshooting-shards-capacity.asciidoc
Outdated
Show resolved
Hide resolved
|
@andreidan I though we do this only in the case there's a UI to modify these settings. Will update the PR tomorrow. thanks |
|
@HiDAl We do for all cases as the ESS tab was instructions on how to get to Dev tools (or in some cases where support is available, to the dedicated UI). |
|
@andreidan I have added tabs for ESS and OnPrem. Thanks for the support here! |
andreidan
left a comment
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.
Thanks for iterating on this Pablo.
This looks great. Only one step to add in the guides and this is ready.
Thanks for working on this
| [role="screenshot"] | ||
| image::images/kibana-console.png[{kib} Console,align="center"] | ||
|
|
||
| . Update the <<cluster-max-shards-per-node,`cluster.max_shards_per_node`>> setting: |
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.
I think in all cases we should as a first step inspect the current value of the setting.
Either via the GET _cluster/settings API or via the _health_report/shards_capacity API.
But let's please display that step and indicate that we need to increase the value of the setting relative to what's currently configured - here's an example of how we indicate this for a cluster setting https://elasticsearch_95208.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/increase-cluster-shard-limit.html
|
Finally! @andreidan I added the missing step! thanks for your review |
andreidan
left a comment
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.
Thanks for iterating on this Pablo
🚀 LGTM
No description provided.