Currently, I'm running 2 instances having Elasticsearch Independently. Now, I've to build a 3 node cluster which should include the available two nodes. what's the best way to do that(without losing the data) ?
If 1, I'd suggest to start a new node with the same cluster name than node1 or node2 and then do a reindex from remote or a snapshot/restore from node2 or node1.
If 2, just start the new node, make it join the cluster and you're done.
I'd suggest to start a new node with the same cluster name than node1 or node2 and then do a reindex from remote or a snapshot/restore from node2 or node1.
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.