Loading

Indexing Throttle Time

One or more nodes are throttling indexing because they cannot satisfy the current ingest rate. Throttling deliberately slows writes to protect the node from overload.

Note

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

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

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.

No description available.

Note

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

Impact: Throttling means that the data node is limiting the rate of certain operations (usually indexing operations) because the node cannot keep up with the current rate of demand. If this situation persists, then indexing requests might be rejected. In the best case scenario, data will not be completely up to date, and in the worst case scenario data might be lost if the application fails to retry the throttled write requests. Retrying throttled requests can also put an extra burden on processors upstream since they have to hold data in a queue (if possible) and use resources retrying requests.