Elasticsearch Heap Usage Too High critical
The heap usage is over 90%
>>>
(
{area="heap"} /
{area="heap"}) * 100 > 90
The rule computes the JVM heap usage percentage by dividing elasticsearch_jvm_memory_used_bytes{area="heap"} by elasticsearch_jvm_memory_max_bytes{area="heap"} and multiplying by 100; the alert triggers whenever this percentage exceeds 90 %, meaning more than 90 % of the configured heap is being used.
Get Alert✕
Download
Copy to Clipboard