Skip to content

Commit

Permalink
[DPE-3346] Review alerts (#187)
Browse files Browse the repository at this point in the history
This PR updates the alerts in the COS:
Clarifies yellow alert message
  • Loading branch information
phvalguima authored Feb 22, 2024
1 parent b7187bf commit e9aeb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alert_rules/prometheus/prometheus_alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"severity": "critical"
- "alert": "OpenSearchClusterNotHealthy"
"annotations":
"message": "Cluster {{ $labels.cluster }} health status has been YELLOW for at least 20m. Some shard replicas are not allocated."
"message": "Cluster {{ $labels.cluster }} health status has been YELLOW for at least 20m."
"summary": "Cluster health status is YELLOW"
"expr": |
sum by (cluster) (opensearch_cluster_status == 1)
Expand Down

0 comments on commit e9aeb15

Please sign in to comment.