The alerts come out with all the header fields empty. The only thing that shows correctly in an email is the message and any backlogs (stuffs after the #####).
I don’t know where do you get fields names like check_result and so on? Are there a custom event fields?
Or normal fields which you created using extractors or pipeline rules? Is so, you need to use this syntax (replace src_ip with your field name), you need to use foreach loop to get field value: ${foreach backlog message}${message.fields.src_ip}${end}
Thanks for your reply!
Apparently I made a very rookie mistake. I copied the alert configuration from an older installation from a different site which had a different version and different syntax.
I’ve used the syntax you showed above and it worked out just fine. You’re awesome!