|
@@ -212,7 +212,7 @@ tag::ds-expand-wildcards[]
|
|
|
+
|
|
|
--
|
|
|
(Optional, string)
|
|
|
-Type of data stream that wildcard expressions can match. Supports
|
|
|
+Type of data stream that wildcard patterns can match. Supports
|
|
|
comma-separated values, such as `open,hidden`. Valid values are:
|
|
|
|
|
|
`all`, `hidden`::
|
|
@@ -222,7 +222,7 @@ Match any data stream, including <<hidden,hidden>> ones.
|
|
|
Matches any non-hidden data stream. Data streams cannot be closed.
|
|
|
|
|
|
`none`::
|
|
|
-Wildcard expressions are not accepted.
|
|
|
+Wildcard patterns are not accepted.
|
|
|
--
|
|
|
end::ds-expand-wildcards[]
|
|
|
|
|
@@ -231,10 +231,10 @@ tag::expand-wildcards[]
|
|
|
+
|
|
|
--
|
|
|
(Optional, string)
|
|
|
-Type of index that wildcard expressions can match. If the request can target
|
|
|
-data streams, this argument determines whether wildcard expressions match
|
|
|
-hidden data streams. Supports comma-separated values, such as `open,hidden`.
|
|
|
-Valid values are:
|
|
|
+Type of index that wildcard patterns can match. If the request can target data
|
|
|
+streams, this argument determines whether wildcard expressions match hidden data
|
|
|
+streams. Supports comma-separated values, such as `open,hidden`. Valid values
|
|
|
+are:
|
|
|
|
|
|
`all`::
|
|
|
Match any data stream or index, including <<hidden,hidden>> ones.
|
|
@@ -251,7 +251,7 @@ Match hidden data streams and hidden indices. Must be combined with `open`,
|
|
|
`closed`, or both.
|
|
|
|
|
|
`none`::
|
|
|
-Wildcard expressions are not accepted.
|
|
|
+Wildcard patterns are not accepted.
|
|
|
--
|
|
|
end::expand-wildcards[]
|
|
|
|