Getting Data In

multiple monitor for same directory

attgjh1
Communicator

I am attempting to read different types of log into various sources. But all the logs belong in the same directory and i cannot have multiple monitors in them

the various logs are located at desktop\test\

  1. pulsar_handler_machineid.2012-05-28-(hour)
  2. inbound_handler_machineid.2012-05-28-(hour)
  3. outbound_handler... etc

My initial attempt involved only using websplunk but i realised we cannot have more than one monitor on the same directory.

i tried with inputs.conf

[monitor://C:\Documents and Settings\attgjh1\Desktop\test\pulsar*]

disabled = false

followTail = 0

sourcetype = pulsar

the same settings were also created for the other logs.
however, splunk did not index any of the logs at all. (even after restarting)

im fairly new to using props.conf and inputs.conf to do stuffs.
can someone help me? thanks!

0 Karma
1 Solution

sdaniels
Splunk Employee
Splunk Employee

The monitor stanzas will be in inputs.conf and you can edit the file directly rather than use the UI but that should work as well. You could just use the following and splunk will monitor all files in that directory.

[monitor://C:Documents and Settings\attgjh1\Desktop\test]

You can also use wildcards
http://docs.splunk.com/Documentation/Splunk/latest/data/Specifyinputpathswithwildcards

If there are files you don't want you can use a blacklist like this.

/#i want to ignore zipped files
blacklist = .(gz|bz2|z|zip)$

View solution in original post

sdaniels
Splunk Employee
Splunk Employee

The monitor stanzas will be in inputs.conf and you can edit the file directly rather than use the UI but that should work as well. You could just use the following and splunk will monitor all files in that directory.

[monitor://C:Documents and Settings\attgjh1\Desktop\test]

You can also use wildcards
http://docs.splunk.com/Documentation/Splunk/latest/data/Specifyinputpathswithwildcards

If there are files you don't want you can use a blacklist like this.

/#i want to ignore zipped files
blacklist = .(gz|bz2|z|zip)$

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!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

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 ...