Getting Data In

List/count no of all file my forwarder is monitoring

robertlynch2020
Influencer

Hi

I have an environment that is increasing in files each day, this I think is causing high CPU on the forwarders as the number of files is increasing.

I am looking to prove this, so is there a command I can run on the forwarder that will tell me the number of files it is monitoring, etc... or something that will give me data on this topic?

Regards

Robert Lynch

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The command splunk list monitor will tell you which files a forwarder is monitoring, but not give a number (the shell can help with that) nor show how the list has changed over time.

Try this query in a search head, instead.

| tstats prestats=true dc(source) as files where index=* host=<forwarder-name> by _time
| timechart dc(source) as files
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

The command splunk list monitor will tell you which files a forwarder is monitoring, but not give a number (the shell can help with that) nor show how the list has changed over time.

Try this query in a search head, instead.

| tstats prestats=true dc(source) as files where index=* host=<forwarder-name> by _time
| timechart dc(source) as files
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...