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
Copy file name to clipboardExpand all lines: docs/integrations/databases/opentelemetry/elasticsearch-opentelemetry.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,16 +341,16 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
341
341
342
342
| Alert Name | Alert Description and conditions | Alert Condition | Recover Condition |
343
343
|:--|:--|:--|:--|
344
-
|`Elasticsearch - Cluster Red Alert`| Elasticsearch Cluster red health status | Count > = 1 | Count < 1 |
345
-
|`Elasticsearch - Cluster Yellow Alert`| Elasticsearch Cluster yellow health status | Count > 1 | Count < = 1 |
346
-
|`Elasticsearch - Disk Out of Space Alert`| This alerts gets triggered when disk usage is over 90% | Count > 90 | Count < = 90 |
347
-
|`Elasticsearch - Error Log Too Many Alert`| This alert gets triggered when error logs exceeds threshold | Count > = 1000 | Count < 1000 |
348
-
|`Elasticsearch - Healthy Data Nodes Alert`| This alert gets triggered when Missing data node in Elasticsearch cluster | Count < = 1 | Count > 1 |
349
-
|`Elasticsearch - Heap Usage Too High Alert`| This alert gets triggered when heap usage is over 90% | Count > 90 | Count < = 90 |
350
-
|`Elasticsearch - Initializing Shards Too Long Alert`| This alerts gets triggered when shard initialization takes more than 5 min | Count > = 5 | Count < 5 |
351
-
|`Elasticsearch - Pending Tasks Alert`| This alert gets triggered when elasticsearch has pending tasks. | Count > = 5 | Count < 5 |
352
-
|`Elasticsearch - Query Time Slow Alert`| This alert gets triggered when slow query time greater than 5 ms | Count >= 1 | Count < 1 |
353
-
|`Elasticsearch - Query Time Too Slow Alert`| This alert gets triggered when Slow Query Too High (10 ms) | Count > = 1 | Count < 1 |
354
-
|`Elasticsearch - Relocating Shards Too Long Alert`| This alert gets triggered when shards relocation take more than 5min| Count > = 5 | Count < 5 |
344
+
|`Elasticsearch - Cluster Red Alert`| Elasticsearch Cluster red health status.| Count > = 1 | Count < 1 |
|`Elasticsearch - Disk Out of Space Alert`| This alerts gets triggered when disk usage is over 90%.| Count > 90 | Count < = 90 |
347
+
|`Elasticsearch - Error Log Too Many Alert`| This alert gets triggered when error logs exceeds threshold.| Count > = 1000 | Count < 1000 |
348
+
|`Elasticsearch - Healthy Data Nodes Alert`| This alert gets triggered when missing data node in Elasticsearch cluster.| Count < = 1 | Count > 1 |
349
+
|`Elasticsearch - Heap Usage Too High Alert`| This alert gets triggered when heap usage is over 90%.| Count > 90 | Count < = 90 |
350
+
|`Elasticsearch - Initializing Shards Too Long Alert`| This alerts gets triggered when shard initialization takes more than 5 min.| Count > = 5 | Count < 5 |
351
+
|`Elasticsearch - Pending Tasks Alert`| This alert gets triggered when Elasticsearch has pending tasks. | Count > = 5 | Count < 5 |
352
+
|`Elasticsearch - Query Time Slow Alert`| This alert gets triggered when slow query time greater than 5 ms.| Count >= 1 | Count < 1 |
353
+
|`Elasticsearch - Query Time Too Slow Alert`| This alert gets triggered when Slow Query Too High (10 ms).| Count > = 1 | Count < 1 |
354
+
|`Elasticsearch - Relocating Shards Too Long Alert`| This alert gets triggered when shards relocation take more than 5 min.| Count > = 5 | Count < 5 |
355
355
|`Elasticsearch - Too Many Slow Query Alert`| This alert gets triggered when too many slow queries are found in 5 minutes window. | Count > = 10 | Count < 10 |
356
-
|`Elasticsearch - Unassigned Shards Alert`| This alert gets triggered when elasticsearch has unassigned shards | Count > 5 | Count < = 5 |
356
+
|`Elasticsearch - Unassigned Shards Alert`| This alert gets triggered when Elasticsearch has unassigned shards.| Count > 5 | Count < = 5 |
0 commit comments