@@ -57,7 +57,7 @@ GET _cluster/allocation/explain
57
57
[[fix-watermark-errors-temporary]]
58
58
==== Temporary Relief
59
59
60
- To immediately restore write operations, you can temporarily increase the
60
+ To immediately restore write operations, you can temporarily increase
61
61
<<disk-based-shard-allocation,disk watermarks>> and remove the
62
62
<<index-block-settings,write block>>.
63
63
@@ -106,19 +106,33 @@ PUT _cluster/settings
106
106
[[fix-watermark-errors-resolve]]
107
107
==== Resolve
108
108
109
- As a long-term solution, we recommend you do one of the following best suited
110
- to your use case:
109
+ To resolve watermark errors permanently, perform one of the following actions:
111
110
112
- * add nodes to the affected <<data-tiers,data tiers>>
113
- +
114
- TIP: You should enable <<xpack-autoscaling,autoscaling>> for clusters deployed using our {ess}, {ece}, and {eck} platforms.
111
+ * Horizontally scale nodes of the affected <<data-tiers,data tiers>>.
115
112
116
- * upgrade existing nodes to increase disk space
117
- +
118
- TIP: On {ess}, https://support.elastic.co[Elastic Support] intervention may
119
- become necessary if <<cluster-health,cluster health>> reaches `status:red`.
113
+ * Vertically scale existing nodes to increase disk space.
120
114
121
- * delete unneeded indices using the <<indices-delete-index,delete index API>>
115
+ * Delete indices using the <<indices-delete-index,delete index API>>, either
116
+ permanently if the index isn't needed, or temporarily to later
117
+ <<snapshots-restore-snapshot,restore>>.
122
118
123
119
* update related <<index-lifecycle-management,ILM policy>> to push indices
124
120
through to later <<data-tiers,data tiers>>
121
+
122
+ TIP: On {ess} and {ece}, indices may need to be temporarily deleted via
123
+ its {cloud}/ec-api-console.html[Elasticsearch API Console] to later
124
+ <<snapshots-restore-snapshot,snapshot restore>> in order to resolve
125
+ <<cluster-health,cluster health>> `status:red` which will block
126
+ {cloud}/ec-activity-page.html[attempted changes]. If you experience issues
127
+ with this resolution flow on {ess}, kindly reach out to
128
+ https://support.elastic.co[Elastic Support] for assistance.
129
+
130
+ == Prevent watermark errors
131
+
132
+ To avoid watermark errors in future, , perform one of the following actions:
133
+
134
+ * If you're using {ess}, {ece}, or {eck}: Enable <<xpack-autoscaling,autoscaling>>.
135
+
136
+ * Set up {kibana-ref}/kibana-alerts.html[stack monitoring alerts] on top of
137
+ <<monitor-elasticsearch-cluster,{es} monitoring>> to be notified before
138
+ the flood-stage watermark is reached.
0 commit comments