Hi ,
how to dump all the indices from one elastic search to another elastic search .
elasticdump --bulk=true --all --input=http://localhost:9200/ --type=data --output=http://localhost:9201/
I used above command where the output is :
Tue, 30 Jan 2018 12:03:11 GMT | starting dump
Tue, 30 Jan 2018 12:03:11 GMT | got 100 objects from source elasticsearch (offset: 0)
Tue, 30 Jan 2018 12:03:13 GMT | sent 100 objects to destination elasticsearch, wrote 0
Tue, 30 Jan 2018 12:03:13 GMT | got 100 objects from source elasticsearch (offset: 100)
Tue, 30 Jan 2018 12:03:14 GMT | sent 100 objects to destination elasticsearch, wrote 0
Tue, 30 Jan 2018 12:03:14 GMT | got 100 objects from source elasticsearch (offset: 200)
Tue, 30 Jan 2018 12:03:15 GMT | sent 100 objects to destination elasticsearch, wrote 0
Tue, 30 Jan 2018 12:03:15 GMT | got 100 objects from source elasticsearch (offset: 300)
Tue, 30 Jan 2018 12:03:17 GMT | sent 100 objects to destination elasticsearch, wrote 0
Tue, 30 Jan 2018 12:03:17 GMT | got 100 objects from source elasticsearch (offset: 400)
it is not able to write to other destination file