You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For better viewing my message in Slack, I want to insert new lines into my message/format field of logstash-output-slack plugin. But when I do something like this
output {
slack {
...
format => "line 1 \n line 2"
...
}
}
I am getting a message in my slack as line 1 \n line 2 but not as two different lines. I think, the format field is being received as line 1 \\n line 2 by your plugin. Can you do anything to fix that? Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
For better viewing my message in Slack, I want to insert new lines into my message/format field of logstash-output-slack plugin. But when I do something like this
I am getting a message in my slack as
line 1 \n line 2
but not as two different lines. I think, the format field is being received asline 1 \\n line 2
by your plugin. Can you do anything to fix that? Thanks!The text was updated successfully, but these errors were encountered: