-
Notifications
You must be signed in to change notification settings - Fork 25k
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
(Doc+) Expand watermark resolution #119174
base: main
Are you sure you want to change the base?
Conversation
Relaunch #116892 since the original one seems to be outdated and hard to update branch.
Documentation preview: |
@kunisen please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-docs (Team:Docs) |
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.
A couple of notes and a question!
@@ -53,7 +53,7 @@ GET _cluster/allocation/explain | |||
[[fix-watermark-errors-temporary]] | |||
==== Temporary Relief | |||
|
|||
To immediately restore write operations, you can temporarily increase the | |||
To immediately restore write operations, you may consider temporarily increasing the |
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.
let's revert this - the original version was closer to our style
To immediately restore write operations, you may consider temporarily increasing the | |
To immediately restore write operations, you can temporarily increase |
To resolve, we recommend you do one of the following best suited | ||
to your use case: |
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.
To resolve, we recommend you do one of the following best suited | |
to your use case: | |
To resolve watermark errors permanently, perform one of the following actions: |
* add nodes to the affected <<data-tiers,data tiers>> | ||
+ | ||
TIP: You should enable <<xpack-autoscaling,autoscaling>> for clusters deployed using our {ess}, {ece}, and {eck} platforms. | ||
* horizontally scale nodes of the affected <<data-tiers,data tiers>> |
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.
what does "horizontally" mean here?
* horizontally scale nodes of the affected <<data-tiers,data tiers>> | |
* Horizontally scale nodes of the affected <<data-tiers,data tiers>>. |
+ | ||
TIP: On {ess}, https://support.elastic.co[Elastic Support] intervention may | ||
become necessary if <<cluster-health,cluster health>> reaches `status:red`. | ||
* vertically scale existing nodes to increase disk space |
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.
ditto - what does 'vertically' imply?
* vertically scale existing nodes to increase disk space | |
* Vertically scale existing nodes to increase disk space. |
|
||
* delete unneeded indices using the <<indices-delete-index,delete index API>> | ||
* delete indices using the <<indices-delete-index,delete index API>>, either |
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.
* delete indices using the <<indices-delete-index,delete index API>>, either | |
* Delete indices using the <<indices-delete-index,delete index API>>, either |
permanently if unneeded or temporarily to later | ||
<<snapshots-restore-snapshot,snapshot restore>> |
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.
permanently if unneeded or temporarily to later | |
<<snapshots-restore-snapshot,snapshot restore>> | |
permanently if the index isn't needed, or temporarily to later | |
<<snapshots-restore-snapshot,restore>>. |
TIP: On {ess} and {ece}, indices may need to be temporarily deleted via | ||
its {cloud}/ec-api-console.html[Elasticsearch API Console] to later | ||
<<snapshots-restore-snapshot,snapshot restore>> in order to resolve | ||
<<cluster-health,cluster health>> `status:red` which will block | ||
{cloud}/ec-activity-page.html[attempted changes]. If you experience issues | ||
with this resolution flow on {ess}, kindly reach out to | ||
https://support.elastic.co[Elastic Support] for assistance. |
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.
can we explain why they have to do the deletion here? how does someone determine if this note applies to them?
To avoid this situation, we recommend you do one of the following best | ||
suited to your use case: |
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.
To avoid this situation, we recommend you do one of the following best | |
suited to your use case: | |
== Prevent watermark errors | |
To avoid watermark errors in future, , perform one of the following actions: |
* enable <<xpack-autoscaling,autoscaling>> for clusters deployed using our | ||
{ess}, {ece}, and {eck} platforms | ||
|
||
* setup {kibana-ref}/kibana-alerts.html[Stack Monitoring Alerts] on top of | ||
<<monitor-elasticsearch-cluster,{es} Monitoring>> to be notified before | ||
flood-stage watermark is reached |
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.
* enable <<xpack-autoscaling,autoscaling>> for clusters deployed using our | |
{ess}, {ece}, and {eck} platforms | |
* setup {kibana-ref}/kibana-alerts.html[Stack Monitoring Alerts] on top of | |
<<monitor-elasticsearch-cluster,{es} Monitoring>> to be notified before | |
flood-stage watermark is reached | |
* If you're using {ess}, {ece}, or {eck}: Enable <<xpack-autoscaling,autoscaling>>. | |
* Set up {kibana-ref}/kibana-alerts.html[stack monitoring alerts] on top of | |
<<monitor-elasticsearch-cluster,{es} monitoring>> to be notified before | |
the flood-stage watermark is reached. |
gradle check
? Not a code PRDescription
Relaunch #116892 since the original one seems to be outdated and hard to update branch. It's copying 10fb2b1 without any further contents update.
Thanks @stefnestor for reaching out and sync. As we chatted, since #116892 is outdated and seems hard to update branch (to merge current main branch to the PR), I copied the contents out from original one manually and created this one. Let's keep your style this time (on ES doc).
For the cloud side doc PR how to handle, let's discuss further offline. 🙏