Answers for "how to migrate data from one elasticsearch to another"

0

how to migrate data from one elasticsearch to another

npm install -g elasticdump
elasticdump --input=http://mysrc.com:9200/my_index --output=http://mydest.com:9200/my_index --type=mapping
elasticdump --input=http://mysrc.com:9200/my_index --output=http://mydest.com:9200/my_index --type=data
Posted by: Guest on March-28-2022

Code answers related to "how to migrate data from one elasticsearch to another"

Code answers related to "Javascript"

Browse Popular Code Answers by Language