Getting Data In

Applying NullQueue REGEX to ALL sources

tewner
Explorer

Hi Guys -

I'm trying to remove "DEBUG" messages from ALL inputs. What do I put in props.conf to apply a transform to all incoming data - or am I going about this wrong?

Thanks!
-Mike

1 Solution

dwaddle
SplunkTrust
SplunkTrust

If this is really what you want to do, you can put it under the [default] stanza in $SPLUNK_HOME/etc/system/local/props.conf. This should cause your TRANSFORMS rule to fire for everything.

I am concerned it could wind up being overzealous, though. If your regex matches on just the word "DEBUG", it has a lot of chances for false positives and will also hit Splunk's _internal index. Before doing this in production, test test test...

View solution in original post

dwaddle
SplunkTrust
SplunkTrust

If this is really what you want to do, you can put it under the [default] stanza in $SPLUNK_HOME/etc/system/local/props.conf. This should cause your TRANSFORMS rule to fire for everything.

I am concerned it could wind up being overzealous, though. If your regex matches on just the word "DEBUG", it has a lot of chances for false positives and will also hit Splunk's _internal index. Before doing this in production, test test test...

tewner
Explorer

Thanks!!!!

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...