0 votes
in ElasticSearch by
Why use the wait_for_completion parameter?

1 Answer

0 votes
by

Elasticsearch provides a wait_for_completion parameter, which is used while creating a snapshot query. This parameter is basically used in a snapshot query that indicates whether the request will wait for the snapshot to be complete or respond immediately once the snapshot is initialized. It is an optional parameter used as wait_for_completion=true.

...