graylog-labs / graylog-plugin-slack

Graylog alarm callback for Slack
https://www.graylog.org
Apache License 2.0
117 stars 52 forks source link

How to enable "Short mode"? #70

Closed rolfwessels closed 6 years ago

rolfwessels commented 6 years ago

From the code it seems that the configuration should have a boolean option to enable short mode but I can't seem to find it.

Could you please add some documentation about adding short mode?

Thanks

Aenima4six2 commented 6 years ago

Short mode is only available for outputs.

rolfwessels commented 6 years ago

Thanks.

For anyone who wants only a very minimal backlog. The following template will do that

${if backlog}
${foreach backlog message}
${message.message}
${end}...
${else}<No backlog>
${end}