Hello,
I am using to Graylog version 3.2.4 and i can’t see properly graylog alert messages.
I created a stream for an example 4724 event ID, and I use the email alarm table for this, but I need some data for example “Who did it:” or “Which user”.
In order to access the field values, you will need to write your notification template to include lines like the below: ${message.fields.winlogbeat_event_data_TargetUserName}
Remember, the above will only work while iterating over the backlog and you must include at least one message in the backlog otherwise there will be no data.
All I can say from what you have posted is that you have ignored the documentation where it specifically states that message fields are only available while iterating over the backlog.
The line User: {message.fields.winlogbeat_event_data_TargetUserName} will never work in that configuration.