Docs: Uploading images from disk supported in Slack (#63443)

This commit is contained in:
George Robinson
2023-02-20 17:39:10 +00:00
committed by GitHub
parent 92248fe977
commit 0e9201c522

View File

@ -62,25 +62,25 @@ Restart Grafana for the changes to take affect.
Images in notifications are supported in the following notifiers and additional support will be added in the future: Images in notifications are supported in the following notifiers and additional support will be added in the future:
| Name | Upload images from disk | Include images from URL | | Name | Upload images from disk | Include images from URL |
| ----------------------- | ----------------------- | ----------------------- | | ----------------------- | --------------------------- | ------------------------- |
| DingDing | No | No | | DingDing | No | No |
| Discord | Yes | Yes | | Discord | Yes | Yes |
| Email | Yes | Yes | | Email | Yes | Yes |
| Google Hangouts Chat | No | Yes | | Google Hangouts Chat | No | Yes |
| Kafka | No | No | | Kafka | No | No |
| Line | No | No | | Line | No | No |
| Microsoft Teams | No | Yes | | Microsoft Teams | No | Yes |
| Opsgenie | No | Yes | | Opsgenie | No | Yes |
| Pagerduty | No | Yes | | Pagerduty | No | Yes |
| Prometheus Alertmanager | No | No | | Prometheus Alertmanager | No | No |
| Pushover | Yes | No | | Pushover | Yes | No |
| Sensu Go | No | No | | Sensu Go | No | No |
| Slack | No | Yes | | Slack | Yes (when using Bot tokens) | Yes (when using webhooks) |
| Telegram | Yes | No | | Telegram | Yes | No |
| Threema | No | No | | Threema | No | No |
| VictorOps | No | No | | VictorOps | No | No |
| Webhook | No | Yes | | Webhook | No | Yes |
Include images from URL refers to using the external image store. Include images from URL refers to using the external image store.