Skip to content

Commit

Permalink
Merge pull request #536 from openshift-cherrypick-robot/cherry-pick-5…
Browse files Browse the repository at this point in the history
…26-to-release-4.6

[release-4.6] Bug 1888098: Flood stage watermark alert: Remove wording that read-only index block is auto-released
  • Loading branch information
openshift-merge-robot committed Apr 30, 2021
2 parents 20ce48e + a733934 commit c07c7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/prometheus_alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

- "alert": "ElasticsearchNodeDiskWatermarkReached"
"annotations":
"message": "Disk Flood Stage Watermark Reached at {{ $labels.pod }}. Every index having a shard allocated on this node is enforced a read-only block. The index block is automatically released when the disk utilization falls below the high watermark."
"message": "Disk Flood Stage Watermark Reached at {{ $labels.pod }}. Every index having a shard allocated on this node is enforced a read-only block. The index block must be released manually when the disk utilization falls below the high watermark."
"summary": "Disk Flood Stage Watermark Reached - disk saturation is {{ $value }}%"
"expr": |
sum by (instance, pod) (
Expand Down

0 comments on commit c07c7ab

Please sign in to comment.