-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emails sent from Kibana Alerting to have a footer with a link back to the alert details #71243
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
This may depend on something like #45815 to work for alerts created via the HTTP APIs, pre-configured alerts, etc. |
cc @arisonl |
Thinking about how this should work. Wondering if the thought here helps: #66095 (comment) Maybe yes? So the default action Longer-term, I keep in mind the multi-step action story of "create GH issue" -> "send email", where the email should have a link to both the alert details AND the GH issue, so I think this gets complex. Maybe we need to have top-level support for something like a Eg, actionParams.links.push({ message: 'alert details:', link: 'http://example.com' })
scheduleAction(... actionParams ...) I think today, all our actions would be fine if they just rendered this as Not directly related, but I believe we'll also want a message "prefix" and "suffix" as well, for folks who need to put some kind of disclaimer on all their notifications. This seems more "global" than "alert-specific", but something to keep in mind ... |
As a split from the original issue #49392. It would be nice for all the emails that are generated from Kibana alerts to have a footer with a link back to the alert details page. This would remove the requirement for the user to manually enter a URL within their message.
The approach like GitHub email notifications is what I originally had in mind. A "View in Kibana" link at the bottom or something along those lines.
NOTE:
This will depend on #45815 but work can be started in parallel.
The text was updated successfully, but these errors were encountered: