I’m trying to set the e-mail Alert notifications with the URL of the error or the stream and it does not work.
I’m using Graylog 4.0.6
Description of steps you’ve taken to attempt to solve the issue
Created stream with the rules to receive an alert messages. Tried to add
${if backlog}Detail message hyperlink: ${foreach backlog msg}http://10.10.11.12:9000/messages/${msg.index}/${msg.id}
${end}${else} ${end}
for the error URL,seems like does not working.
I found on the forum that stream linking is not supported from 3.4.
I wounder if it’s possible to include URL of the Error or Stream in the alert message.
I have done what I believe your asking. Noted this is for Graylog version 4.0 and below. The newer GL version have HTML Body Template added to the notification template. If your using HTML that also has to be configured.
For an example here is my Notification Template /w out HTML