Scaling Elastic Search

Currently i have a 3 node cluster with all being master eligible , below is may configuration in my yaml.

All 3 nodes with default 5 shards and 2 replica's for each shard.
node.master: true
node.data : true

If I wanted to scale in future to have more nodes and want to
Have dedicated master's ,How do I change it.Is it as simple as changing the exiting 3 nodes configuration to Master only and rest of them to the data nodes ?

Sam

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