How do I move Elasticsearch data from one server to another?
I have server A running Elasticsearch 1.1.1 on one local node with mul
If you can add the second server to cluster, you may do this:
This will only work if number of replaces equal to number of nodes.