Skip to content
This repository has been archived by the owner on Sep 29, 2018. It is now read-only.

0.1.1

Compare
Choose a tag to compare
@hoffoo hoffoo released this 28 Jan 02:36
· 34 commits to master since this release
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)
      --settings  Copy sharding and replication settings from source (true)
  -f, --force     Delete destination index before copying (false)
  -i, --indexes=  List of indexes to copy, comma separated (_all)
  -a, --all       Copy indexes starting with . (false)
  -w, --workers=  Concurrency (1)