Loading

Disk watermark low

Disk usage on one or more nodes has crossed the low watermark. Elasticsearch stops placing new shards on those nodes; shards already present continue to accept writes, so usage might keep rising.

Note

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

Field Value
Component Elasticsearch
Severity Medium
Scope Node
Domains cluster-health, disk-storage, 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
Early warning margin before the low watermark Percentage 0

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 low disk watermark has been exceeded by 12 GB.

Affected nodes: es-data-01 and es-data-02.

Affected tier(s): hot, warm.

Remaining space before the high watermark: 48 GB.

Largest indices on the affected node(s): logs-prod-000045.

Note

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

Elasticsearch manages disk pressure with three watermark levels. The low watermark is the first threshold. When it is crossed, the master node stops assigning new shards to the affected nodes. Existing shards stay in place and continue to accept writes, so disk usage can keep climbing. If no other nodes have room to accept shards, new primaries or replicas cannot be placed and the cluster can turn yellow or red. Tier context matters here: hot-tier pressure affects active ingest; warm or cold nodes carry retention data where ILM moves are an option. Address capacity before the high watermark is reached: expand disk, apply ILM or delete policies, reroute shards to nodes with headroom, or temporarily raise the watermark if you have sufficient free space.

Fix watermark errors