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
You can take a snapshot of the complete status of your cluster (including all data indices) and restore them (using the restore API) in the new cluster or server.