Status of restore process

Hi,
I am having two elastic search clusters and a single shared repository is registered on both of them.
One process is used to snapshot the indices from first ES cluster while another process restore the snapshot to the another ES cluster. I need to know the status of previous restore before creating the next snapshot.
So, Is there any api to find out the status of restore process?
Also, I am able to see "restore [snapshot:<>] completed" in elastic search logs but not able to find out any api.

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html#_monitoring_snapshot_restore_progress

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.