Getting Data In

How can you get a complete list of all files with the path Splunk is monitoring/ingesting?

cwatterson
New Member

I'm trying to get a list of all files with the path that Splunk is currently monitoring. Google and searches here have proven unfruitful.

0 Karma

anekkanti_splun
Splunk Employee
Splunk Employee

There's a rest endpoint that lists all the files that splunk is monitoring:
https://localhost:8089/services/admin/inputstatus/TailingProcessor:FileStatus

For more details as to how exactly use the endpoint is described in the blog post:
http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/

If you are post 6.3 you could also use the command:
$SPLUNK_HOME/bin/splunk list inputstatus

aljohnson_splun
Splunk Employee
Splunk Employee

I'd start with

SPL

| metadata type=sources

Then, I'd look to

Data inputs:

alt text

Then look at Local (also check Remote, just below! )

File & Monitor inputs

alt text

So that you can see, for example, a monitor input that has 32 files being monitored:

alt text

0 Karma

cwatterson
New Member

still doesn't give me anything remotely close to what i'm looking for, getting anything out of splunk other that the data it's ingesting is like pulling teeth from an angry bear with 3 of his friends with him.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...