graylog-labs / graylog-plugin-slack

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

Not possible to create Permalink for backlog messages #88

Open luciano-coder opened 4 years ago

luciano-coder commented 4 years ago

Hi,

I'm trying to create a Permalink in the alert message but it's currently not possible because the index field is not made available to the Slack message builder.

Example Permalink https://graylog.mydomain.com/messages/graylog_1/8808d761-afab-11e9-87f9-023d32ba1fd0

Please can you make this field available so that it's possible to do the following in the custom message: https://graylog.mydomain.com/messages/${message.index}/${message.id}

Many Thanks