Joining a New ES search Node to a Bootstrapped Cluster

Hello,

Is there a way to join a new ES node to an already existing bootstrapped single node cluster that already contains data? I read on some other blog posts that for this to happen, I'll have to remove the data from my existing cluster and reconfigure it to define the master eligible nodes so the new node can discover the existing one.

If yes, is there a way to do this without losing the data in my existing one-node cluster?

Thanks!

I think this should give you an idea of it.

I went through this yet, still not able to get a definitive answer.

The definitive answer is yes, you can add nodes to an existing cluster without removing any data. The docs linked above tell you how to do this.

1 Like

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