Enable streams Technical Preview

POST /api/streams/_enable

Enables wired streams

[Required authorization] Route required privileges: manage_stream.

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

application/json

Body

object object

Additional properties are NOT allowed.

POST /api/streams/_enable
curl \
 --request POST 'https://localhost:5601/api/streams/_enable' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --header "kbn-xsrf: true"