Link a dashboard to a stream
Technical Preview
Links a dashboard to a stream. Noop if the dashboard is already linked to the stream.
Path parameters
-
name
string Required -
dashboardId
string Required
PUT
/api/streams/{name}/dashboards/{dashboardId}
curl \
--request PUT http://localhost:5622/api/streams/{name}/dashboards/{dashboardId} \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{}