Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.8
Describe the issue:
I’d like to understand more about how OpenSearch decides where to allocate shards, and which index settings I can use to adjust the heuristics. Specifically, I’d like to balance the disk space available between my nodes more. I noticed that in ElasticSearch the cluster.routing.allocation.balance.disk_usage setting can be used to increase the weight of available disk space when determining where to allocate the shard. That setting is absent in OpenSearch. I’m wondering:
- Does the absence of this setting mean that disk usage is not a factor in the OpenSearch allocation algorithm, or is this just not configurable?
- Is there another way to adjust the allocation algorithm to take disk usage into account? Potentially by lowering cluster.routing.allocation.balance.shard?
Configuration:
Relevant Logs or Screenshots: