Getting Data In

whitelist two different sourcetype under same monitoring path

lain179
Communicator

Hi,

I have two different log types under the same directory path. At first I have only imported one type of log:

[monitor://PATH]
disabled = 0
followTail = false
host = HOST1
sourcetype = A Logs
ignoreOlderThan = 2d
whitelist = A.*.log
crcSalt = <SOURCE>
blacklist = native|\.zip

.... the log lines are imported fine to Splunk. AND THEN a few weeks later I added second type of log which is under the same path ....

[monitor://PATH]
disabled = 0
followTail = false
host = HOST1
sourcetype = B Logs
ignoreOlderThan = 2d
whitelist = B.*.log
crcSalt = <SOURCE>
blacklist = native|\.zip

Now, Splunk is NOT getting any A Logs, but it has everything from B Logs.

Did I do something wrong? How can I get both types imported to Splunk?

Thanks!

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

When you have two stanzas with the same name you actually only have one stanza specified in two locations, with later values overwriting earlier values. As a result, your B.*.log whitelist prevails.

Consider moving the whitelist into the name of the stanza, then you can have two different configurations. Something like monitor://PATH/A*.log and monitor://PATH/B*.log should work.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

When you have two stanzas with the same name you actually only have one stanza specified in two locations, with later values overwriting earlier values. As a result, your B.*.log whitelist prevails.

Consider moving the whitelist into the name of the stanza, then you can have two different configurations. Something like monitor://PATH/A*.log and monitor://PATH/B*.log should work.

lain179
Communicator

That worked. Thanks!

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...