Hi Elastic Community members,
I would like to know, Is there any way to speed up the elastic-dump. I need to migrate data from one elasticsearch to another elasticsearch cluster. I noticed for 1GB of data is taking around 1hour?
How to skip the replica shard while using the elasticdump?
Like that i am using command.
elasticdump --input=http:
//source_server:9200/index_name --output=http://destination_server:9200/index_name --type=data --limit=10000
Thanks
Sonu