graylog-plugin-slack icon indicating copy to clipboard operation
graylog-plugin-slack copied to clipboard

Output sends messages with wrong Stream name

Open infernix opened this issue 9 years ago • 2 comments

I've created a single Slack output that sends data with attachment to a single channel. I've mapped multiple streams to this same output. Whenever streams generate a message, the message in Slack frequently contains the wrong stream name.

For example, stream A generates a message, but in Slack the message is: "New message in Graylog stream B*.

It's rather inconsistent and I haven't figured out why; perhaps a variable gets assigned incorrectly?

Or is it expected to have to create a Slack output for every mapped stream?

infernix avatar Dec 07 '15 19:12 infernix

Same issue

alexnikitchuk avatar Jul 28 '17 17:07 alexnikitchuk

SlackMessageOutput (which seems to represent a Slack channel) has a single stream field. This does not align with the common usage, where multiple streams are pointed to a single Slack channel. It would be great to find a solution to this.

kierad avatar Sep 10 '20 16:09 kierad