Fast copy indexes between two deployments

Hi
I've tried to copy in the fast way indexes (of count 25 per ~40GB each of them)
I see that copy it over elasticdump it goes too very slow.

How can I increase performance???
another thing is how to use a wildcard for copy all matches indexes from source?

docker run --rm -ti elasticdump/elasticsearch-dump \
  --input="http://elastic_dump:@3763074cc2664ff9b169755c06560deb.server.ip.es.io:9200/logstash-*"\
  --output="http://elastic_dump:2lfager@9dbeb0f3d9bf408cb849f049afe3269f.server.ip.es.io:9200/*" \
  --type=data

Why not use snapshot and restore?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.