Link a rule to a stream
Technical Preview
Spaces method and path for this operation:
put /s/{space_id}/api/streams/{name}/rules/{ruleId}
Refer to Spaces for more information.
Links a rule to a stream. Noop if the rule is already linked to the stream.
[Required authorization] Route required privileges: manage_stream.
PUT
/api/streams/{name}/rules/{ruleId}
curl \
--request PUT 'http://localhost:5601/api/streams/{name}/rules/{ruleId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true"