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 |
|---|
spring.boot.admin.notify.slack.iconOptional emoji icon without colons (i.e. my-emoji)
|
spring.boot.admin.notify.slack.channelOptional channel name without # sign (i.e. somechannel)
|
spring.boot.admin.notify.slack.enabledEnables the notification.
|
spring.boot.admin.notify.slack.message
|
spring.boot.admin.notify.slack.usernameOptional username which sends notification
|
spring.boot.admin.notify.slack.webhook-urlWebhook url for Slack API (i.e. https://hooks.slack.com/services/xxx)
|
spring.boot.admin.notify.slack.ignore-changesList of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|