Getting Data In

Multiple blacklist paths in one stanza

mikeely
Path Finder

I'm pretty sure this is incorrect:

recursive = true
blacklist = conc/out/*
blacklist = reports/cache/*

Would a correct line look more like this?

blacklist = (conc/out/*|reports/cache/*)
Tags (1)
0 Karma
1 Solution

dwaddle
SplunkTrust
SplunkTrust

Yes, your first example is incorrect. Only one of the blacklists will take effect. And, yes, using the regex | should be valid as well..

View solution in original post

dwaddle
SplunkTrust
SplunkTrust

Yes, your first example is incorrect. Only one of the blacklists will take effect. And, yes, using the regex | should be valid as well..

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...