Index replication

Hi,

I've elastic node with multiple indexes with default settings. When I add a new node, it replicates all the indexes on the new node. Is there a way to control which indexes to be replicated on the new node?

Thanks,
Ram.

Have a look at the index allocation settings. If you just don't want any replicas for an index, change the number_of_replicas to 0.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.