From 751cee00425a10c8c7b4098e28a831734efa19c1 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Thu, 20 Aug 2020 10:10:16 -0400 Subject: [PATCH] Adding ignore_unavailable param. (#61368) (#61370) --- .../snapshot-restore/apis/restore-snapshot-api.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc b/docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc index a333b45741b..e72bf5ea11c 100644 --- a/docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc +++ b/docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc @@ -100,6 +100,12 @@ Name of the snapshot to restore. [[restore-snapshot-api-request-body]] ==== {api-request-body-title} +`ignore_unavailable`:: +(Optional, boolean) +If `false`, the request returns an error for any data stream or index that is missing or closed. Defaults to `false`. ++ +If `true`, the request ignores data streams and indices in `indices` that are missing or closed. + `ignore_index_settings`:: (Optional, string) A comma-separated list of index settings that should not be restored from a snapshot.