This repository has been archived by the owner on Sep 29, 2018. It is now read-only.
Application Options:
-s, --source= source elasticsearch instance
-d, --dest= destination elasticsearch instance
-c, --count= number of documents at a time: ie "size" in the scroll request (100)
-t, --time= scroll time (1m)
-f, --force delete destination index before copying (false)
--shards= set a number of shards on newly created indexes
--docs-only load documents only, do not try to recreate indexes (false)
--index-only only create indexes, do not load documents (false)
--replicate enable replication while indexing into the new indexes (false)
-i, --indexes= list of indexes to copy, comma separated (_all)
-a, --all copy indexes starting with . and _ (false)
-w, --workers= concurrency (1)
--settings copy sharding settings from source (true)
--green wait for both hosts cluster status to be green before dump. otherwise yellow is okay (false)