Hello,
Can someone please help to add additional field to the alert variable? I have mentioned the Detection EQL rule logic below.
sequence with maxspan=5m
[authentication where event.type == "authentication_failure"] by user.name
[authentication where event.type == "authentication_failure"] by user.name
[authentication where event.type == "authentication_failure"] by user.name
I need to add the user.name field as a alert variable in email action body.
I have tried with below parameters and its not working.
{{user.name}}
{{context.user.name}}
Thanks and regards