mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Update rules.yml
This commit is contained in:
parent
9877561b6c
commit
1adecd9ee7
1 changed files with 3 additions and 3 deletions
|
|
@ -1125,7 +1125,7 @@ groups:
|
|||
severity: warning
|
||||
for: 15m
|
||||
- name: Elasticsearch no new documents
|
||||
description: No new documents for 10 min!
|
||||
description: "No new documents for 10 min!"
|
||||
query: 'increase(elasticsearch_indices_indexing_index_total{es_data_node="true"}[10m]) < 1'
|
||||
severity: warning
|
||||
- name: Elasticsearch High Indexing Latency
|
||||
|
|
@ -1135,12 +1135,12 @@ groups:
|
|||
for: 10m
|
||||
- name: Elasticsearch High Indexing Rate
|
||||
description: "The indexing rate on Elasticsearch cluster is higher than the threshold."
|
||||
query: "sum(rate(elasticsearch_indices_indexing_index_total[1m]))> 100000"
|
||||
query: "sum(rate(elasticsearch_indices_indexing_index_total[1m]))> 10000"
|
||||
severity: warning
|
||||
for: 5m
|
||||
- name: Elasticsearch High Query Rate
|
||||
description: "The query rate on Elasticsearch cluster is higher than the threshold."
|
||||
query: "sum(rate(elasticsearch_indices_search_query_total[1m])) > 100000"
|
||||
query: "sum(rate(elasticsearch_indices_search_query_total[1m])) > 100"
|
||||
severity: warning
|
||||
for: 5m
|
||||
- name: Elasticsearch High Query Latency
|
||||
|
|
|
|||
Loading…
Reference in a new issue