Loading

Slow search

The Slow search insight is triggered when AutoOps detects search latency to be higher than your configured threshold for multiple consecutive samples. You might experience sluggish dashboards and API calls before requests start to fail.

Field Value
Component Elasticsearch
Key SLOW_SEARCH
Severity High
Scope Node
Domains Performance, search

You can customize the thresholds for this insight to adjust when AutoOps detects the issue and surfaces it. Refer to Event settings for details.

The default customization settings are:

Setting Type Default
Search latency threshold (ms) Integer 250
Consecutive samples above threshold Integer 5
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.

Search latency on es-data-01 and es-data-02 stayed above your configured threshold for enough consecutive samples. Peak latency in the latest sample was 420 ms.

  • Indices with high search activity: logs-prod-000045
  • Indices with high indexing activity on the same node: logs-prod-000045

Review query logs or search slow logs on the affected node, tune expensive queries, and check CPU, heap, and indexing load on the same node if latency stays high.

Note

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

Common causes of sustained high search latency include expensive or repeated queries, CPU or heap pressure, heavy indexing on the same node, and background work such as segment merges or snapshots.