Splunk Search

UNC failed to follow files in a directory

davecroto
Splunk Employee
Splunk Employee

Windows: When I point my inputs.conf file to index the contents of a directory of files. The files live on a UNC share. I can index them once, however splunk does not seem to “follow” or index additional entries or changes to the files in that directory.

input.conf file in search/local/

[monitor://\\aaa1baa0000\Logs]
disabled = false
followTail = 1
host = WinLBWIEE
sourcetype = Peter

Tags (1)
0 Karma

tgow
Splunk Employee
Splunk Employee

What happens if you put in two slashes for the UNC directory?

[monitor://\\aaa1baa0000Logs]
0 Karma

davecroto
Splunk Employee
Splunk Employee

If that were the case then the initial indexing of the file would have been unsuccesful

0 Karma

tgow
Splunk Employee
Splunk Employee

Make sure that the Windows User that is running the services on the Indexer (splunkd and splunkweb) have permissions to view the files on the UNC path. If this is a system with a Universal Forwarder then the default Window's user is System and might not have permissions to view files located on the UNC path.

0 Karma

davecroto
Splunk Employee
Splunk Employee

That was a copy and past mistake, it does have 2 \'s 🙂

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...