This commit is contained in:
Enes Yalınkaya 2024-05-15 01:19:15 +03:00 committed by GitHub
parent fb22ab0cfa
commit c33ca95816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(irate(elasticsearch_indices_indexing_index_total))[1m]> 100000"
query: "sum(irate(elasticsearch_indices_indexing_index_total)[1m])> 100000"
severity: warning
for: 5m
- name: Elasticsearch High Query Rate
description: "The query rate on Elasticsearch cluster is higher than the threshold."
query: "sum(irate(elasticsearch_indices_search_query_total))[1m] > 100000"
query: "sum(irate(elasticsearch_indices_search_query_total)[1m]) > 100000"
severity: warning
for: 5m
- name: Elasticsearch High Query Latency