Reputation: 858
For today, I have a cluster of elasticsearch containing two weeks of indexes and in few days, we will receive new machines so we will need to migrate all indexes into the new machines. For migration I have a made scenario;
So I hope I will migrate the old cluster into new cluster. Do you think this scenario is enough or I need to add some more steps ?
Thank you all in advance
Upvotes: 0
Views: 595
Reputation: 966
We've already migrated our data accros several Elasticsearch clusters several times, and here is how we proceed :
node.mytag: mytagvalue
)if you have not already defined tag for your nodes (would require a restart on old machines, so can be inconvenient), you can exclude IP address, name, id or host name, respectively
Upvotes: 2