Hello we are trying to add filter on the input of windows event log. the input conf is:
[WinEventLog://Security]
disabled = 0
index = windows
blacklist1 = 5145,5156
blacklist2 = EventCode=4672 SubjectUserName="exchange\$"
renderXml=true
suppress_text=true
supress_sourcename=true
supress_keywords=true
suppress_task=true
suppress_opcode=true
blacklist1 is working good, but blacklist2 is not working. the target is to filter out the event id 4672 with the SubjectUserName equals to "exchange$".
any ideas?
Thank you
... View more