Getting Data In

How can I use blacklist to ignore directories that include "-"?

Stokers_23
Explorer

I have a monitor set up in inputs.conf on my UF as follows

[monitor:///log/test]
  blacklist = ppd.*\.log$|prod.*\.log$
  sourcetype = service_log
  index = nptest1

/log/test also contains some subdirectories I was to ignore, named application- or server- how can I edit my blacklist to ignore directories that end in a hyphen?

Thanks!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Have you tried this?

[monitor:///log/test]
blacklist = ppd..log$|prod..log$|-$
sourcetype = service_log
index = nptest1
---
If this reply helps you, Karma would be appreciated.
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, ...