elastic / uptime

This project includes resources and general issue tracking for the Elastic Uptime solution
12 stars 3 forks source link

I would like to be able to include a link to the monitor that triggers an alert in the action associated with the alert. #429

Closed DanRoscigno closed 1 year ago

DanRoscigno commented 2 years ago

Is your feature request related to a problem? Please describe. When creating an alert I cannot include the URL for the monitor that triggered the alert. If I send an alert I want to be able to give the recipient the information to take the first step in finding the problem, which might be a link to the monitor or a link to a dashboard for the service.

Describe the solution you'd like I would like to be able to build up the URL to link back to, something like:

View in Kibana
{{kibanaBaseUrl}}/app/uptime/monitor/{{state.monitorUrl}}

Describe alternatives you've considered I looked through the available bits and pieces in {{state}}, but cannot find the specific monitor. The URL uses the base64 encoded state.monitorId

shahzad31 commented 1 year ago

View in app {{context.viewInAppUrl}} var has been added which can be used to deep link monitor in synthetics app from alert.

Example being

image
paulb-elastic commented 1 year ago

Post FF Testing looks good, e.g. adding image Gives: image