Releases: KongZ/graylog-plugin-slack-notification
v5.1.3
v5.1.2
v5.0.7
v4.3.10
v4.3.7
v4.2.5
v4.1.1
- Add detailed page
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 graylog-plugin-slack-notification
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
graylog:PRIMARY> use graylog
graylog:PRIMARY> db.auth('graylog', 'your-graylog-mongodb-password');
graylog:PRIMARY> db.event_notifications.updateMany({"config.type":"slack-notification-v1"},{$set: { "config.type": "graylog-plugin-slack-notification"}})
v4.1.0
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 graylog-plugin-slack-notification
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
graylog:PRIMARY> use graylog
graylog:PRIMARY> db.auth('graylog', 'your-graylog-mongodb-password');
graylog:PRIMARY> db.event_notifications.updateMany({"config.type":"slack-notification-v1"},{$set: { "config.type": "graylog-plugin-slack-notification"}})
v4.0.1
Note: This release is no longer under the Omise name. The package is rename to com.kongz
- Add support event data e.g. event_definition_id, event_definition_description, etc. #16
- Add support JMTE in backlog fields and footer. For example you can use ${event.priority}, ${event.fields.key} to get a custom fields from Event Definition
- Notify Users field now can mention (tag) people correctly. Mentioning user by <@username> was remove on September 12, 2018. https://api.slack.com/changelog/2017-09-the-one-about-usernames