I have ElasticSearch cluster where one of the nodes that was added to
the replica-set was already running ES under a different cluster
name. I need to merge this data into the current running replica-
set. How do I do this?
Thanks,
Chris
I have ElasticSearch cluster where one of the nodes that was added to
the replica-set was already running ES under a different cluster
name. I need to merge this data into the current running replica-
set. How do I do this?
Thanks,
Chris
You need to first read the data from that single node (using the API) and index it into the other cluster. Then, clean the data from that node (simply rm it), and start the node to join the other cluster.
On Thursday, February 9, 2012 at 10:59 PM, Chris H. wrote:
I have Elasticsearch cluster where one of the nodes that was added to
the replica-set was already running ES under a different cluster
name. I need to merge this data into the current running replica-
set. How do I do this?Thanks,
Chris
© 2020. All Rights Reserved - Elasticsearch
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.