Hi Guys,
I have succesfully configured graylog with windows server using nxlog, but I would like to send only securty event concern a specific user.
What are the parameters that I can use?
Here you a part of nxlog.conf file
Module im_msvistalogQuery <QueryList>\
<Query Id="0">\
<Select Path="Security">*[System[(EventID=4625)]]</Select>\
<Select Path="Security">*[System[(EventID=4624)]]</Select>\
<Select Path="Security">*[System[(EventID=4634)]]</Select>\
</Query>\
</QueryList>
Thanks in advange
Bye
Paolo