I'm trying to execute a reindex operation from remote ES 2.4 cluster via Reindex API. Which job is to transfer more then 100 million docs of an index to latest version of elasticsearch.
For the test case i'm trying it on small data set but i'm facing following issues.
issue:
I can't see the progress of the of the script that how many docs are transfered and how many left.
In case of failure, How can i resume the script instead of restarting again from 0.