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
- alert: ElasticsearchHeapUsageTooHighexpr: (elasticsearch_jvm_memory_used_bytes{area="heap"} / elasticsearch_jvm_memory_max_bytes{area="heap"}) * 100 > 90for: 5mlabels:
severity: criticalannotations:
summary: "Elasticsearch Heap Usage Too High (instance {{ $labels.instance }})"description: "The heap usage is over 90% for 5m\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
Elasticsearch Heap Usage warning
The heap usage is over 80% for 5m
- alert: ElasticsearchHeapUsageWarningexpr: (elasticsearch_jvm_memory_used_bytes{area="heap"} / elasticsearch_jvm_memory_max_bytes{area="heap"}) * 100 > 80for: 5mlabels:
severity: warningannotations:
summary: "Elasticsearch Heap Usage warning (instance {{ $labels.instance }})"description: "The heap usage is over 80% for 5m\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
Elasticsearch disk space low
The disk usage is over 80%
- alert: ElasticsearchDiskSpaceLowexpr: elasticsearch_filesystem_data_available_bytes / elasticsearch_filesystem_data_size_bytes * 100 < 20for: 5mlabels:
severity: warningannotations:
summary: "Elasticsearch disk space low (instance {{ $labels.instance }})"description: "The disk usage is over 80%\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
Elasticsearch disk out of space
The disk usage is over 90%
- alert: ElasticsearchDiskOutOfSpaceexpr: elasticsearch_filesystem_data_available_bytes / elasticsearch_filesystem_data_size_bytes * 100 < 10for: 5mlabels:
severity: criticalannotations:
summary: "Elasticsearch disk out of space (instance {{ $labels.instance }})"description: "The disk usage is over 90%\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
Elasticsearch Cluster Red
Elastic Cluster Red status
- alert: ElasticsearchClusterRedexpr: elasticsearch_cluster_health_status{color="red"} == 1for: 5mlabels:
severity: criticalannotations:
summary: "Elasticsearch Cluster Red (instance {{ $labels.instance }})"description: "Elastic Cluster Red status\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"