Runbook

High Unsuccessful Requests Rate in ElasticSearch

Back to Runbooks

Overview

This incident type typically occurs when the unsuccessful requests rate in ElasticSearch is higher than the expected threshold. This may indicate that there are issues with the ElasticSearch cluster or that it is not able to handle the requests in a timely manner. To prevent further issues, it is important to investigate the root cause and address any underlying issues that may be causing the high unsuccessful requests rate. This will help ensure that the ElasticSearch cluster is able to handle requests efficiently and effectively.

Parameters

Debug

Check ElasticSearch cluster health

Check ElasticSearch cluster state

Check ElasticSearch cluster stats

Check ElasticSearch index health

Check ElasticSearch index status

Check ElasticSearch index settings

Check ElasticSearch index mappings

Check ElasticSearch index stats

ElasticSearch cluster is overloaded and unable to handle the incoming requests, leading to high unsuccessful request rates.

The ElasticSearch cluster may be experiencing issues with memory or disk space, causing requests to fail and resulting in high unsuccessful request rates.

ElasticSearch indices or shards may have become corrupted or damaged, leading to frequent unsuccessful requests and high unsuccessful request rates.

Repair

Optimize the ElasticSearch cluster to improve its performance and reduce the number of unsuccessful requests.

Implement caching mechanisms to reduce the number of requests being made to ElasticSearch. This may involve

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.