Monitoring Splunk

how can i monitor a file size

steveskinner
New Member

Hi,

How can i configure inputs.conf + dashboard to monitor a file size

i.e. if i have a file on the C drive called c:/Test/package.zip how can i see the size of this file through Splunk dashboard

Many Thanks

Steve

Tags (1)
0 Karma

inventsekar
SplunkTrust
SplunkTrust

Please check this add-on...
File/Directory Information Input Add-on
The File Info add-on provides an input for indexing file meta-data (size, last modified dates, etc.) and indexing it in your Splunk instance to make it searchable.
https://splunkbase.splunk.com/app/2776/

Or, you might need to do scripted input.

Or, maybe, check this idea -
- finding the size of all events from the log and adding it.

on that Splunk Tutorial data, we have a file tutorialdata.zip:./www1/access.log and its size is 4.06 MB (4,262,086 bytes). thru this query, splunk shows its size as "4248458" (very close value, i think ;). approximately, i hope, its a good process)

source="tutorialdata.zip:./www1/access.log" | eval esize=len(_raw) | stats sum(esize) by sourcetype
thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...