Skip to content

Commit a7a452c

Browse files
committed
Updated README to match modernization changes.
1 parent d1f3089 commit a7a452c

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

opensearch-mixin/README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ and the following alerts:
1414
- OpenSearchRedCluster
1515
- OpenSearchUnstableShardReallocation
1616
- OpenSearchUnstableShardUnassigned
17-
- OpenSearchModerateNodeDiskUsage
18-
- OpenSearchHighNodeDiskUsage
19-
- OpenSearchModerateNodeCPUUsage
20-
- OpenSearchHighNodeCPUUsage
21-
- OpenSearchModerateNodeMemoryUsage
22-
- OpenSearchHighNodeMemoryUsage
17+
- OpenSearchHighNodeDiskUsage (warning and critical)
18+
- OpenSearchHighNodeCpuUsage (warning and critical)
19+
- OpenSearchHighNodeMemoryUsage (warning and critical)
2320
- OpenSearchModerateRequestLatency
2421
- OpenSearchModerateIndexLatency
2522

@@ -85,22 +82,20 @@ The OpenSearch search and index overview dashboard provides details on request p
8582
8683
## Alerts Overview
8784
88-
8985
| Alert | Summary |
9086
|-------------------------------------|---------------------------------------------------------------------------------|
9187
| OpenSearchYellowCluster | At least one of the clusters is reporting a yellow status. |
9288
| OpenSearchRedCluster | At least one of the clusters is reporting a red status. |
9389
| OpenSearchUnstableShardReallocation | A node has gone offline or has been disconnected triggering shard reallocation. |
9490
| 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). |
10194
| OpenSearchModerateRequestLatency | The request latency has exceeded the warning threshold. |
10295
| OpenSearchModerateIndexLatency | The index latency has exceeded the warning threshold. |
10396
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+
10499
Default thresholds can be configured in `config.libsonnet`
105100

106101
```js

0 commit comments

Comments
 (0)