Hello,
Basic question: is Elasticsearch able to index while there is some relocating / reballance operation?
We have a write heavy cluster for a central log service, using logstash from many sources. As you probably know, there is an index for each day. Maybe it's ok to reballance the cluster for shards older than one day, but I saw this happening for the current indexing day.
If reballance operation makes indexing trouble, how to disable shard balancing for the current day indexes?
Thanks in advance
Bruno Lavoie