Turn on the named stream feature for this cluster.
NOTE: To protect existing data, this feature can be turned on only if the cluster does not have
existing indices or data streams that match the pattern <name>|<name>.* for the enabled stream
type name. If those indices or data streams exist, a 409 - Conflict response and error is
returned.
Required authorization
- Cluster privileges:
manage
Query parameters
-
The 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.External documentation -
The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Values are
-1or0.External documentation
POST
/_streams/{name}/_enable
curl \
--request POST 'http://api.example.com/_streams/{name}/_enable'
Response examples (200)
A successful response from `POST _streams/logs.otel/_enable` endpoint
{
"acknowledged": true
}