When running time consuming tasks in Elasticsearch, you want to know
the time remaining. Elasticsearch does not show a human readable time
when it expects to finish. This tool helps you calculate the time left
for your Elasticsearch task to complete. It uses the task's
completed
field and start_time_in_millis
and
running_time_in_nanos
fields to calculate the time
remaining. Nothing is stored or sent to a server. Everything is
calculated in your browser.
Paste your JSON input from
GET /_tasks/BfedGhlURtucl1thbdhE3f:8472930
in the field
below. The JSON should have a structure similar to the example:
{ "completed" : false, "task" : { "node" : "pkr30apP8vgRSdilUX0tLR", "id" : 393718391, "type" : "transport", "action" : "indices:data/write/reindex", ...
Your result will appear here.