ElasticsearchHighIndexingLatency

ElasticsearchHighIndexingLatency #

The indexing latency on Elasticsearch cluster is higher than the threshold.

Alert Rule
alert: ElasticsearchHighIndexingLatency
annotations:
  description: |-
    The indexing latency on Elasticsearch cluster is higher than the threshold.
      VALUE = {{ $value }}
      LABELS = {{ $labels }}    
  runbook: https://srerun.github.io/prometheus-alerts/runbooks/prometheus-community-elasticsearch-exporter/elasticsearchhighindexinglatency/
  summary: Elasticsearch High Indexing Latency (instance {{ $labels.instance }})
expr: elasticsearch_indices_indexing_index_time_seconds_total / elasticsearch_indices_indexing_index_total
  > 0.0005
for: 10m
labels:
  severity: warning

Meaning #

Impact #

Diagnosis #

Mitigation #