KongZ / graylog-plugin-slack-notification

Graylog Slack Plugin
Apache License 2.0
9 stars 4 forks source link

New plugin #23

Closed KongZ closed 3 years ago

KongZ commented 3 years ago

Since Graylog 4.1 ships with a built-in Slack integration with same ID slack-notification-v1 with this plugin. So I have decided to rename this plugin ID to com.kongz.graylog.plugins.slack

You need to run the following command on Mongodb before install a new plugin in order to migrate current configuration to a new plugin version

db.event_notifications.updateMany({"config.type":"slack-notification-v1"},{$set: { "config.type": "com.kongz.graylog.plugins.slack"}})