An Elasticsearch Heap Usage Too High Incident is an issue where the Elasticsearch instance experiences high heap usage, which can lead to performance degradation or system failure. This incident is triggered when the heap usage crosses a predefined threshold, usually set at 80% of the allocated heap size. The incident requires immediate attention from the responsible team to investigate and resolve the root cause of the issue, which could be related to memory leaks, indexing issues, or insufficient heap size allocation.
Parameters
Debug
Check Elasticsearch service status
Check Elasticsearch logs for any errors
Check Elasticsearch heap usage
Check Elasticsearch cluster health
Check system memory usage
Check disk usage
Check CPU usage
Large volume of data being indexed at a high rate causing heap memory usage to increase beyond the limit.
Misconfigured Elasticsearch JVM heap size, leading to insufficient memory allocation.
Repair
Increase the heap size of Elasticsearch to accommodate the increased usage.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.