Remove "values" and "labels" from my alerts

Hi everyone,
I’m currently learning how to use grafana, I created an alert that is always triggered to send me an email, and displaying a panel from my dashboard. I would like to know if it’s possible to remove the “values” and “labels” from the alert ?

I’ve tried a lot of things but everytime I get rid of the “values”, my panel disappear too.

And I’m using grafana image renderer to display the panel in the mail

I’m currently using version 11.1.0 of grafana

Thanks

Hi, have you found a solution to this? I have the same goal with my alerts.

You have to use a custom notification template for that.

1 Like

The problem with creating a custom alert is that I can’t find a way to add back the buttons as links to my panels/dashboards. Ideally, I would like to just remove the labels and values part of the default notification and keep the “View Alert” “View Dashboard” and “View Panel” buttons. Right now I have my links showing as plaintext links, but I’d rather have buttons.

Won’t those be regular http buttons? Like in the template you’d do < button >< a href=“” > Silence < /a > < /button >? Or something like that?

It keeps coming out as plain text instead of showing up as a button. Buttons in Emails templates - Grafana / Alerting - Grafana Labs Community Forums, I am getting the feeling I will be keeping the links instead of a button.