Get the data stream options configuration of one or more data streams.
Path parameters
-
Comma-separated list of data streams to limit the request. Supports wildcards (
*). To target all data streams, omit this parameter or use*or_all.
Query parameters
-
Type of data stream that wildcard patterns can match. Supports comma-separated values, such as
open,hidden. Valid values are:all,open,closed,hidden,none.Values are
all,open,closed,hidden, ornone. -
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.
Values are
-1or0.
GET
/_data_stream/{name}/_options
curl \
--request GET 'http://api.example.com/_data_stream/{name}/_options'