Migrate ElasticSearch index from one to another ElasticSearch server
Lets look into migrating the whole ElasticSearch index from one ElasticSearch to another one. To achieve this you need few prerequisite like NodeJS, npm and elasticdump plugin. Install elasticdump plugin using the below command npm install -g elasticdump Once the elastic dump plugin is installed, use the elasticdump utility to migrate the data…