We’re running Grafana 4.3.2, and Slack notifications haven’t been including images. It is configured to use S3 against a us-east-1 bucket (e.g. ’ https://{bucket_name}.s3.amazonaws.com’ as the bucket url), it is actually rendering and uploading the images, and they’ve been working for PagerDuty. The notifications are configured to send images, and I get the image in the test alert.
In the logs, I see (sanitized):
t=2017-06-19T23:43:52+0000 lvl=info msg=“New state change” logger=alerting.resultHandler alertId=17 newState=alerting prev state=ok
t=2017-06-19T23:43:52+0000 lvl=info msg=“Sending notifications for” logger=alerting.notifier ruleId=17 sent count=1
t=2017-06-19T23:43:52+0000 lvl=info msg=Rendering logger=png-renderer path=“dashboard-solo/db/{dashboard name}?&panelId=1”
t=2017-06-19T23:43:53+0000 lvl=info msg=uploaded logger=alerting.notifier url=https://{bucket name}.s3.amazonaws.com/{image name}.png
t=2017-06-19T23:43:53+0000 lvl=info msg=“Sending notification” logger=alerting.notifier type=slack id=4 isDefault=false
t=2017-06-19T23:43:53+0000 lvl=info msg=“Executing slack notification” logger=alerting.notifier.slack ruleId=17 notification=slack-kali
I see that there was a similar bug that was patched in 4.3.1, but as I said, we are on 4.3.2. It seems like external images are working, but they just aren’t showing up in Slack. Any ideas?