I’m using grafana alert in grafana cloud. But I can’t send alert with image to slack.
What should I do to send alert like this:
![螢幕快照 2022-08-31 10-35-58](https://us1.discourse-cdn.com/grafanastaging/original/3X/a/c/ac11acafd9294879af1c5d28b1313c1d3b72ee19.png)
I’m using the grafana ver9.1.0 in grafana cloud.
And I’ve already install the Grafana Image Renderer plugin, and set some render config in dashboard json model like this:
Please give me any advice or if it just can’t work on grafana cloud?
@auroratechitdevop for cloud instances images in notifications should be configured by default.
To attach a panel image to the alert, add an annotation for Dashboard UID and PanelUID
For example:
You can find the IDs in the URL if you choose view for the panel that you want to attach.
For the URL:
https://instancename.grafana.net/d/73MGU5RVk/test-alerting1?orgId=1&viewPanel=2
73MGU5RVk is the Dashboard UID
2 is the Panel ID