Link a rule to a stream Technical Preview
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 'https://<KIBANA_URL>/api/streams/{name}/rules/{ruleId}' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true"