Getting Data In

How to monitor multiple files across multiple subdirectories

slrobeson
Engager

We are new to Splunk and are trying it before we buy it. I am having trouble getting Splunk to monitor the individual log files that capture transaction data, of which there is one for each register in each store, and each store has its own subdirectory off of the main directory.

All of the files in question are named ####_#_scanLog, where #### is the store number and # is the terminal number. Each store's files are in a directory named ####_scanLogs, where, again, the #### is the store number. I have tried the following in inputs.conf, and none have worked:

[monitor:///usr/local/copient/logs/*_scanLogs]
disabled = false
index = transactions
sourcetype = scanlog
crcSalt = <SOURCE>

[monitor:///usr/local/copient/logs/*_scanLogs/*_scanLog]
disabled = false
index = transactions
sourcetype = scanlog
crcSalt = <SOURCE>

[monitor:///usr/local/copient/logs/]
disabled = false
index = transactions
sourcetype = scanlog
crcSalt = <SOURCE>
whitelist = *_scanLog

[monitor:///usr/local/copient/logs/]
disabled = false
index = transactions
sourcetype = scanlog
crcSalt = <SOURCE>

None of these have worked. In addition to this monitoring stanza, we also have two others which monitor specific files within the logs directory, and these work fine.

Any ideas would be appreciated.

Tags (2)
0 Karma
1 Solution

javiergn
Super Champion

What about:

[monitor:///usr/local/copient/logs/.../*_scanLog]
disabled = false
index = transactions
sourcetype = scanlog

Note that I've removed the crcSalt.

View solution in original post

javiergn
Super Champion

What about:

[monitor:///usr/local/copient/logs/.../*_scanLog]
disabled = false
index = transactions
sourcetype = scanlog

Note that I've removed the crcSalt.

Get Updates on the Splunk Community!

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...

Splunk New Course Releases for a Changing World

Every day, the world feels like it’s moving faster with new technological breakthroughs, AI innovation, and ...