Monitoring Splunk

How to monitor specific sub folders

avitallange
Explorer

Hi,

I have the following folder structure:
C:\temp\logs\ComponentName1\InstanceName1\log.txt
C:\temp\logs\ComponentName2\InstanceName3\FolderToExclude

There are various ComponentName folders and 3 InstanceName folders under each component.

I'd like:

  1. To collect the log.txt files of all components from all their instances and only them. I.e. to exclude all other files folders such as FolderToExclude\fileToExclude.txt.
  2. To extract the fields ComponentName and InstanceName so I can filter according them.

For #1 I tired to add in "C:\Program Files\Splunk\etc\system\local\inputs.conf"
the following line:
[monitor://c:\temp\logs\.\(InstanceName1|InstanceName2|InstanceName3)\..txt]
sourcetype = MySourceType

I restarted splunkd and splunkweb but it didn't help.
When I create a new file under C:\temp\logs\ComponentName2\InstanceName3\FolderToExclude it is still monitored.

For #2 I think I should add a stanza [MySourceType] contains

EXTRACT-extract_ComponentName = ?????

EXTRACT-extract_InstanceName = ?????

but I am not sure how to do this.

Could you please help?

Thanks!

Tags (2)
0 Karma

linu1988
Champion

Please mark answer if it gave you the solution, may help others as well

0 Karma

avitallange
Explorer

Thanks, I got what I want!

0 Karma

linu1988
Champion

Please follow the monitor stanza in the below documentation.

http://docs.splunk.com/Documentation/Splunk/5.0.3/Admin/Inputsconf

Monitor the parent directory with "recursive = true"
and define whitelist=(.)*.txt to see if only the .txt files are monitored. Thanks

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...