Reindexing Tool for ElasticSearch written in Scala using Akka Streams.
Supports ElasticSearch's Java Transport Client v1.7.4, v2.0.2, v2.1.2 and v2.2.0.
Built using SBT.
Usage: relasticsearch [options]
-f <uri> | --from <uri>
source transport address/index/type, e.g. es://192.168.1.123:9300/old_index/old_type
-t <uri> | --to <uri>
destination transport address/index/type, e.g. es://192.168.1.123:9301/new_index/new_type
-c <value> | --concurrency <value>
indexing concurrency
-b <value> | --bulkSize <value>
query and index bulk size