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.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

ATTENTION: We’re Moving! (AGAIN!)

The Splunk Community Slack is undergoing a system migration to keep our workspace secure and ...

Deep Dive: Optimizing Telemetry Pipelines in Splunk Observability Cloud

In this session, we will peel back the layers of Splunk Observability Cloud’s cost-optimization features. ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...