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
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...