Splunk Search

How to start conditional logging from Universal forwarder on Splunk

ayushchoudhary
Path Finder

I have a server of which logs are indexed on splunk. The server is universal forwarder and sends a log file continuously to the Splunk to index. The logs have a lot of events with "INFO". I require that the events with "INFO" should be discarded and will not indexed by splunk.
To attain the same i had made following changes on Indexer as my forwarder is universal forwarder.

Path: /opt/splunk/etc/apps/search/local/props.conf
[host::abcd.global.trafigura.com]
sourcetype = abcd Log
TRANSFORMS-null= setnull, setparsing

Path: /opt/splunk/etc/apps/search/local/transforms.conf
[setnull]
REGEX = INFO
DEST_KEY = queue
FORMAT = nullQueue

[setparsing]
REGEX = .
DEST_KEY = queue

FORMAT = indexQueue

But i'm not able to discard the events with INFO. Please help.

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Remove the setparsing part - that's for the opposite, "remove everything except the regex in the setparsing stanza". In your case, the dot matches everything so it keeps everything.

TRANSFORMS-null = setnull

As a general advice, make sure your regex INFO doesn't accidentally discard events that are of loglevel ERROR but happen to contain INFO somewhere else.

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Remove the setparsing part - that's for the opposite, "remove everything except the regex in the setparsing stanza". In your case, the dot matches everything so it keeps everything.

TRANSFORMS-null = setnull

As a general advice, make sure your regex INFO doesn't accidentally discard events that are of loglevel ERROR but happen to contain INFO somewhere else.

0 Karma

somesoni2
Revered Legend

Check if the host name is correct? IMO, the setparsing stanza is not required. Hope you restarted your indexer after making this change.
Also, routing and filtering for structured data happens on UF itseft so can you confirm if your log data is structured or not. (see this http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Caveats_for_routin...)

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...