Getting Data In

How to blacklist a single host for a single event?

knappra
Engager

I'm currently collecting Powershell event 4104 across all devices on the network and one sysadmin host has been found to be exceptionally chatty. I would like to blacklist event 4104 on that box while allowing it on all the rest. I've added the event id to the blacklist in the offending machine's etc/system/local/inputs.conf, as it should take precedence over the app's inputs.conf file, but I'm still receiving events. Can someone point me in the right direction?

0 Karma

somesoni2
Revered Legend

Try this

On your Indexer/Heavy forwarder (node where data parsing happens), add this

props.conf

[host::yourchattyhostname]
TRANSFORMS-remove4104=remove4104

transforms.conf

[remove4104]
REGEX=(?m)^EventCode=4104   ***
DEST_KEY=queue
FORMAT=nullQueue
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...