Skip to content

Releases: KongZ/graylog-plugin-slack-notification

v5.1.3

19 Jul 08:59
8a99d61
Compare
Choose a tag to compare
  • Recompile with Graylog 5.1.3
  • Fixed notification stream link #36. Thanks @savf

v5.1.2

18 Jun 15:32
8dd5644
Compare
Choose a tag to compare

Recompile with version 5.1.2

v5.0.7

08 May 09:30
8dd5644
Compare
Choose a tag to compare

Recompile with Graylog 5.0.7.
This release requires Java17 as it is required by Graylog 5

v4.3.10

04 Jan 02:46
5b47ddc
Compare
Choose a tag to compare
  • Fixed missing custom sender name when using SlackBot
  • Recompile with Graylog 4.3.10

v4.3.7

18 Oct 15:40
c185b43
Compare
Choose a tag to compare
  • Recompile with Graylog 4.3.7
  • Allow to read Slack users more than 1000 users

v4.2.5

26 Jan 15:56
b0debee
Compare
Choose a tag to compare
  • Recompiled with Graylog 4.2.5

v4.1.1

12 Aug 16:19
b43a363
Compare
Choose a tag to compare
  • 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

11 Aug 17:41
f00f36c
Compare
Choose a tag to compare

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

21 Dec 14:45
c6bef49
Compare
Choose a tag to compare

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

v3.3.4

25 Sep 15:02
a952040
Compare
Choose a tag to compare
  • Fixed the error 414 when sending a long message alert to Slack
  • Recomple plugin with Graylog 3.3.x version