Hi! hope you’re doing well.
First of all, sorry for the late response.
I’m sharing with you an article from our Wazuh Docs that you may find interesting: xml labels used to configure rules.
If the decoder you are using it’s currently parsing the user
field, you can do the following:
<group name="test,">
<rule id="110001" level="0">
<if_sid>40101</if_sid>
<user>JOHN</user>
<srcip>XX.XX.XX.XX</srcip>
<description>No alert.</description>
</rule>
</group>
If you encounter any troubles doing this, please provide me with a log sample to verify the decode process.
Regards,
Alexis