Monitoring Splunk

Disable monitoring of sub directories

Josh
Path Finder

Hello

How can I monitor the files within a directory but ignore its subdirectories?

e.g. I want to monitor all files in c:\mydir

However mydir contains a folder called temp how can I configure my inputs.conf file so that the files in the folder temp are not monitored.

I know I can use a blacklist for temp, however lets say mydir contains numorous other directories is there a way to just blacklist all directories within mydir?

Ta, Josh

1 Solution

gkanapathy
Splunk Employee
Splunk Employee

You can use the blacklist:

_blacklist = (?i)^c:\\mydir\\[^\\]+\\

View solution in original post

jrodman
Splunk Employee
Splunk Employee

You can also use a wildcard to only include immediate files within the directory.

[monitor://c:\mydir\*]

gkanapathy
Splunk Employee
Splunk Employee

You can use the blacklist:

_blacklist = (?i)^c:\\mydir\\[^\\]+\\
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 ...