Skip to content

Commit 5fce278

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 98caf5e commit 5fce278

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

121121
[id="{page-id}-feature-states"]
122122
`feature_states`::

0 commit comments

Comments
 (0)