I am running 2 node Elasticsearch cluster v7.9.2
Ingesting data through APM-Server v7.15.0, creates ~50 new indices daily with pattern
apm-7.15.0-<service.name>-transaction-YYYY.MM.DD
Observing that all new primary shards of new indices are getting created on 1 node, even though the free disk space % is lesser than the other node.
How do I make the allocation of shards equally on both nodes ?
How can I assign the allocation for a certain index pattern on a particular node.
if allocation is based on shard count, then in above case, if 50 new indices are created ;would all new shards get allocated to just one node ?
I have also tried the below settings in index template, and changed the weight setting in cluster - "cluster.routing.allocation.balance.index": "20.0"(tried value as 1,10,20)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.