Efficient disk space management is crucial for stability and performance of Elasticsearch and OpenSearch clusters.There are three key settings related to disk allocation thresholds:1. cluster.routing.allocation.disk.threshold_enabled - Enables or disables disk-based shard allocation.2. cluster.routing.allocation.disk.watermark.low - Defines the minimum amount of free disk space before avoiding shard allocation.3. cluster.routing.allocation.disk.watermark.high - Determines when to relocate shards away from a node with low disk space.