Promotes a data stream from a replicated data stream managed by CCR to a regular data stream Added in 7.9.0
Path parameters
-
The name of the data stream
Query parameters
-
master_timeout string
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.
POST /_data_stream/_promote/{name}
curl \
-X POST http://api.example.com/_data_stream/_promote/{name}
Response examples (200)
{}