-
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
[alerting] [uptime] add {{state.firstTriggeredAt}} timezone support #90568
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
Thanks for feature request. We have two related issues already open:
The first is a specific implementation request for more mustache helpers, that might be able to help with this. The second is more general, and I think points to alerting needing to support painless and/or Kibana expressions to transform alert data into action parameters. Presumably, it would be general enough to cover this use case, but there's a lot of design and work to do here. |
Pinging @elastic/uptime (Team:uptime) |
Pinging Uptime for awareness seems like something the alerting framework should solve. |
@shahzad31 this would be done when moving text areas to EUI Markdown, we are tracking the Email one with #66723 but I don't recall issues for others (ex: slack). |
The templates themselves can include format-specific markup, but there's not a ton you can do formatting-wise w/markdown. bold/italic works for slack and email, but they're different Eventually we should support "Block Kit" for Slack - issue #88832 - not clear how we would present this to users, editing that kind of JSON is the stuff of nightmares. But it's not hard to imagine that you could take a structure like that and also produce some semantically similar HTML, for emails. |
Closing in favour of #84217. |
Describe the feature:
hi, the alerting message template variant {{state.firstTriggeredAt}} and {{state.lastTriggeredAt}} currently recorded in UTC time zone.
please add a option to convert to local time zone
Describe a specific use case for the feature:
the alerting message triggered time is different from the local timezone which makes people confused about the exact date time the alert generated.
The text was updated successfully, but these errors were encountered: