Hi,
I was wondering if there is an option to include shard size in the shard allocation decision process.
The Disk-based shard allocation settings and the number of shards/node works, and most of or shards are 50G in size, but sometimes a few 2-3G shards get in the mix. When this happens, ES only looks at the number of shards/node, not if the total shard size looks equal.
Is this something ES can take into account? Or will I need to write my own rebalancing logic for this kind of behaviour?
Thanks!