You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| OpenSearchYellowCluster | At least one of the clusters is reporting a yellow status. |
92
88
| OpenSearchRedCluster | At least one of the clusters is reporting a red status. |
93
89
| OpenSearchUnstableShardReallocation | A node has gone offline or has been disconnected triggering shard reallocation. |
94
90
| OpenSearchUnstableShardUnassigned | There are shards that have been detected as unassigned. |
95
-
| OpenSearchModerateNodeDiskUsage | The node disk usage has exceeded the warning threshold. |
96
-
| OpenSearchHighNodeDiskUsage | The node disk usage has exceeded the critical threshold. |
97
-
| OpenSearchModerateNodeCpuUsage | The node CPU usage has exceeded the warning threshold. |
98
-
| OpenSearchHighNodeCpuUsage | The node CPU usage has exceeded the critical threshold. |
99
-
| OpenSearchModerateNodeMemoryUsage | The node memory usage has exceeded the warning threshold. |
100
-
| OpenSearchHighNodeMemoryUsage | The node memory usage has exceeded the critical threshold. |
91
+
| OpenSearchHighNodeDiskUsage | The node disk usage has exceeded the configured threshold (warning or critical). |
92
+
| OpenSearchHighNodeCpuUsage | The node CPU usage has exceeded the configured threshold (warning or critical). |
93
+
| OpenSearchHighNodeMemoryUsage | The node memory usage has exceeded the configured threshold (warning or critical). |
101
94
| OpenSearchModerateRequestLatency | The request latency has exceeded the warning threshold. |
102
95
| OpenSearchModerateIndexLatency | The index latency has exceeded the warning threshold. |
103
96
97
+
Node resource alerts (disk, CPU, memory) use the same alert name for both warning and critical severity levels. This follows the Alertmanager inhibition pattern, allowing warning alerts to be automatically suppressed when critical alerts fire.
98
+
104
99
Default thresholds can be configured in `config.libsonnet`
0 commit comments