elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.12k forks source link

[RCA] Link dashboards and runbooks to the alert to use in investigation #190546

Open benakansara opened 4 weeks ago

benakansara commented 4 weeks ago

Discussion on slack

User should be able to link existing dashboards and runbooks in the rule form. When starting a new investigation from an alert, we can use this info from rule parameters to show dashboard links and runbook links on the investigation timeline. We would then save these links in investigation saved object.

Rule params / Investigation saved object

dashboards: [{
  id: string;
  name: string;
}],
runbooks: [{
  id: string;
  name: string;
  link: string;
}]

(Design to be updated)

Link dashboard

Screenshot 2024-08-14 at 20 57 40

Link runbook

TBD

elasticmachine commented 4 weeks ago

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)