Loading

Rejected Search

The cluster is rejecting search requests on one or more nodes. Causes include overload, incompatible queries after upgrades, and memory circuit breakers tripping under heavy queries.

Note

For a complete list of insights, refer to AutoOps insights.

Field Value
Component Elasticsearch
Severity High
Scope Node
Domains performance, search, stability

You can customize these settings to adjust when AutoOps detects this event and presents the insight. Refer to AutoOps event settings for details.

The default customization settings are:

Setting Type Default
Rejected search count threshold Integer 1
Successive samplings to trigger Integer 1
Tip

Raising these thresholds reduces noise but delays detection. Lowering them triggers the insight sooner but can increase alerts during minor blips.

The following is an example of what you might see when this insight is triggered. Real insights use live data and links from your deployment or cluster.

The affected node/s are: es-data-01 and es-data-02 High search activity indices:logs-prod-000045.

Note

AutoOps shows different recommendations depending on how their conditions match your deployment or cluster.

Impact: Search operations are throwing errors or timing out. This could lead to limited/partial data retrieval. Search requests can be rejected by the cluster for multiple reasons. Client applications might be sending too much data at once or at too fast a pace for the cluster to handle in terms of memory and CPU resources. It is also possible that search requests are rejected because the queries are not compatible with the current ES DSL (for example, after an upgrade). Search requests could also be rejected because of circuit breakers being tripped due to lack of available memory to process requests. It is recommended to check monitoring data, logs and possibly to consider optimization of queries.