matrog
February 4, 2022, 3:41pm
1
Hello! I could not find a way in Grafana v8.3.4 (a551d74b11) to customize the Subject when an alert triggers. So far I have something like “[FIRING:1] (TestAlert Grafana)” but i don’t like it. Any ideas? thanks!
1 Like
@matrog Did you solved it?
matrog
February 16, 2022, 12:07pm
3
unfortunately not, looking at the code looks like subect customization is only for Slack so far, for other is still to be implemented
support for this is coming soon!
grafana:main
← grafana:jacobsonmt/49716_add_subject_template_in_email_notifier
opened 11:07PM - 26 May 22 UTC
**What this PR does / why we need it**:
This PR adds a new templated config t… o the email notifier for the subject of the email. This is part of a larger standardization of templated message fields in notifiers: https://github.com/grafana/grafana/issues/49716
**Which issue(s) this PR fixes**:
Partial: https://github.com/grafana/grafana/issues/49716
**Special notes for your reviewer**:
New Field:
![Screenshot from 2022-05-26 18-52-35](https://user-images.githubusercontent.com/8484471/170592604-adbaddc7-8cd8-49b1-b09f-7086afd2b584.png)
Templated Subject:
<img src="https://user-images.githubusercontent.com/8484471/170592617-a3345fdb-91d8-4c6c-9584-de88ef6b22b7.png" width="500" height="400">