Skip to content

Commit c0e624b

Browse files
Removing 'or closed' from ignore_unavalible in line with new default behviour. (#92233)
1 parent 36e9c6c commit c0e624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/snapshot-restore/apis/create-snapshot-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Don't expand wildcard patterns.
9797
`ignore_unavailable`::
9898
(Optional, Boolean)
9999
If `false`, the snapshot fails if any data stream or index in `indices` is
100-
missing or closed. If `true`, the snapshot ignores missing or closed data
100+
missing. If `true`, the snapshot ignores missing data
101101
streams and indices. Defaults to `false`.
102102

103103
`include_global_state`::

0 commit comments

Comments
 (0)