Loading

Rejected Indexing

The cluster is rejecting indexing requests on one or more nodes. Rejections can come from thread pool backpressure, mapping errors, disk flood-stage read-only mode, or tripped memory circuit breakers.

Note

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

Field Value
Component Elasticsearch
Severity High
Scope Node
Domains performance, indexing, 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 indexing 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 indexing activity indices:logs-prod-000045.

Note

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

Impact: Data loss might occur because the cluster is cannot handle all indexing operations. Indexing requests can be rejected 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 indexing requests are being rejected because the documents do not follow the index mapping. Another reason could be that the disks are flooded and the cluster has been set to read-only. Index requests could also be rejected because of circuit breakers being tripped, due to a lack of available memory to process requests. It is recommended to check monitoring data and logs.