Getting Data In

Why is my Wineventlog input stanza blacklist not working?

batabay
Path Finder

Hi

I want to filter wineventlogs on universal forwarder with blacklist config. But It doesn't work as described in the document.

Why is this not working_?

 

 

 

[WinEventLog://Security]
disabled = 0
start_from = oldest
current_only = 0
evt_resolve_ad_obj = 1
checkpointInterval = 5
blacklist1 = EventCode="4662" Message="Object Type:(?!\s*groupPolicyContainer)"
blacklist2 = EventCode="566" Message="Object Type:(?!\s*groupPolicyContainer)"
renderXml=false
index=wineventlog
blacklist7 = EventCode="4624|4625|4634" User="\w+\$"

 

 

 

I just want to filter out usernames endswith $.

Happy splunking. 

Labels (2)
Tags (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

I wonder if the number needs to be sequential.  It shouldn't matter, but have you tried 

blacklist3 = EventCode="4624|4625|4634" User="\$$"
---
If this reply helps you, Karma would be appreciated.
0 Karma

batabay
Path Finder

As far as I know it doesn't matter. also I tried and result is same.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...