Loading

Slow Indexing

Indexing latency on one or more nodes stayed above your configured threshold for enough consecutive samples to flag a problem. Each slow write can fill the indexing queue and eventually cause bulk or single-document rejections.

Note

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

Field Value
Component Elasticsearch
Severity High
Scope Node
Domains performance, indexing

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
Index latency threshold (ms) Integer 80
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 highest indexing latency measured is 420 ms

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

Note

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

Indexing latency means that each index operation takes a long time and can result in write queue filling up and index requests being rejected. The reasons for indexing latency vary and might be complex and large documents, bad mappings and analyzers, high indexing rate, and more