Splunk Search

How to check the size of a file on Unix that gets created daily (but not indexed) using a Splunk search?

harshavmb
New Member

I have a file which gets created daily. My requirement is to get the size of the file using a splunk search. The file system is in Unix OS.

Help is much appreciated!!!

Tags (4)
0 Karma
1 Solution

lguinn2
Legend

You can create a scripted input to do this. For many UNIX systems, the following script should work:

#!/bin/sh
ls -lsk absolutepathtoyourfile

Put this script in an appropriate directory and then set up the scripted input. Have the script run once per day. Documentation is here.

HTH!

View solution in original post

lguinn2
Legend

You can create a scripted input to do this. For many UNIX systems, the following script should work:

#!/bin/sh
ls -lsk absolutepathtoyourfile

Put this script in an appropriate directory and then set up the scripted input. Have the script run once per day. Documentation is here.

HTH!

harshavmb
New Member

Thanks a lot..!!! Much appreciated..

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...