Class DiskHealthIndicatorService

java.lang.Object
org.elasticsearch.health.node.DiskHealthIndicatorService
All Implemented Interfaces:
HealthIndicatorService

public class DiskHealthIndicatorService extends Object implements HealthIndicatorService
This indicator reports the clusters' disk health aka if the cluster has enough available space to function. Indicator will report YELLOW status when: - a data node's disk usage is above the high watermark and it's not relocating any of its shards. - a non data node's disk usage is above the high watermark. Indicator will report RED status when: - an index has the INDEX_READ_ONLY_ALLOW_DELETE_BLOCK which indicates that an index has been blocked because a node was out of space. - any node's disk usage is above the flood stage watermark.