Skip to content

Commit e2c9829

Browse files
committed
[DOCS] Remove erroneous none value for indices
The create snapshot API's `indices` parameter doesn't support a `none` value. Relates to #83273 and #79209.
1 parent 415db51 commit e2c9829

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
@@ -143,7 +143,7 @@ Comma-separated list of data streams and indices to include in the snapshot.
143143
Supports <<multi-index,multi-index syntax>>. Defaults to an empty array (`[]`),
144144
which includes all data streams and indices, including system indices.
145145
+
146-
To exclude all data streams and indices, use `-*` or `none`.
146+
To exclude all data streams and indices, use `-*`.
147147

148148
[id="{page-id}-feature-states"]
149149
`feature_states`::

0 commit comments

Comments
 (0)