KongZ / graylog-plugin-slack-notification

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

URL incorrect in footer #8

Closed calvinbui closed 4 years ago

calvinbui commented 4 years ago

When clicking the source in the footer, the URL in the footer is incorrect.

https://graylog.example.com/messages/null/4a83cd20-7f7e-11ea-80b2-12513736edf2

should be

https://graylog.example.com/messages/graylog_0/4a83cd20-7f7e-11ea-80b2-12513736edf2

I think this has to do with the fact I'm running multiple nodes

bosix commented 4 years ago

I can confirm the error. Since we only run a single node I think it has nothing to do with that.

KongZ commented 4 years ago

Graylog changes API and remove the index name from Message. I will find a workaround.

KongZ commented 4 years ago

Release a new version fixing this issue https://github.com/omise/graylog-plugin-slack-notification/releases/tag/v3.1.4

bosix commented 4 years ago

@KongZ works well. Than you for the fast solution.