Splunk Enterprise

inputs.conf is there a difference

gerdhuber
Explorer

Hallo,

i only want to monitor files in the directory pkorb and not files in subdirectory pkorb/oldlogs
What is the right monitor ?

  1. [monitor:///var/log/pkorb]
  2. [monitor:///var/log/pkorb/]

or any other ?

Tags (1)
1 Solution

skoelpin
SplunkTrust
SplunkTrust

[monitor:///var/log/pkorb/*] will forward any files sitting in the pkorb directory but will NOT forward files from sub-directories in that pkorb directory

If you wanted to ingest data from a subdirectory, it would look like

[monitor:///var/log/pkorb/.../*]

View solution in original post

skoelpin
SplunkTrust
SplunkTrust

[monitor:///var/log/pkorb/*] will forward any files sitting in the pkorb directory but will NOT forward files from sub-directories in that pkorb directory

If you wanted to ingest data from a subdirectory, it would look like

[monitor:///var/log/pkorb/.../*]

gerdhuber
Explorer

thank you

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Did this answer your question? If so then please accept the answer

0 Karma

gerdhuber
Explorer

yes, this is what i am looking for.

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Can you please accept the answer and close it out?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

I'd give this a shot:

[monitor:///var/log/pkorb]
recursive = false

Alternatively, this:

[monitor:///var/log/pkorb]
blacklist = oldlogs

The latter would recurse, but skip the oldlogs directory. See http://docs.splunk.com/Documentation/Splunk/6.5.2/Admin/inputsconf for specs.

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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