Hello,
I am running a 3 node cluster, version 2.3.0.
I am receiving GELF messages from Windows event log. The messages I am interested in are .Net errors, so I need the content of full_message to be included in the email notification.
I added the following the the email callback alert -
Full Message:
${message.fields.full_message}
However when an email is triggered there is no full_message -
There you have it. There is no single message object in the templates. You have to iterate over the backlog collection with foreach (see lower part of your template) to access each message in it.