Slack Notifications
To enable Slack notifications you need to add an incoming Webhook under custom integrations on your Slack account and configure it appropriately.
Property | Description |
---|---|
spring.boot.admin.notify.slack.icon | Optional emoji icon without colons (i.e. my-emoji)
|
spring.boot.admin.notify.slack.channel | Optional channel name without # sign (i.e. somechannel)
|
spring.boot.admin.notify.slack.enabled | Enables the notification.
|
spring.boot.admin.notify.slack.message | Message formatted using Slack markups. SpEL template using event as root
|
spring.boot.admin.notify.slack.username | Optional username which sends notification
|
spring.boot.admin.notify.slack.webhook-url | Webhook url for Slack API (i.e. https://hooks.slack.com/services/xxx)
|
spring.boot.admin.notify.slack.ignore-changes | List of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|