Getting Data In

Filter events from UF based on source + sourcetype or host

splunkreal
Motivator

Hello,

is it possible to filter events based on sourcetype + (host OR sourcetype) with props.conf/transforms.conf on indexers?

Filtering data only based on sourcetype or source could be too wide.

Thanks.

* If this helps, please upvote or accept solution 🙂 *
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @realsplunk,
to filter events you have to identify a large information (e.g. sourcetype or host or source), then you have to find a regex to filter logs related to the above information.
You cannot use two of the above infos (e.g. sourcetype+host)
E.g.: sourcetype=WinEventLog:Security and regex = EventCode=1234

in props.conf

[wineventlog:security]
TRANSFORMS-null= setnull

in transforms.conf

[setnull]
REGEX = EventCode\=1234
DEST_KEY = queue
FORMAT = nullQueue

For more infos see at https://docs.splunk.com/Documentation/Splunk/8.0.1/Forwarding/Routeandfilterdatad

Ciao.
Giuseppe

to4kawa
Ultra Champion
0 Karma

splunkreal
Motivator

Thanks, do you have an example based on a string?

* If this helps, please upvote or accept solution 🙂 *
0 Karma

to4kawa
Ultra Champion

No, I don't have. sorry.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...