Splunk Search

alert when directory or subdirectory does not have file that created today

indeed_2000
Motivator

Hi

I have file server that everyday backups of servers copy on that server on below path:

/backup/files/

/backup/files/server1/$DATE.zip

/backup/files/server2/$DATE.zip

...

 

How can I trigger this with Splunk: every day check that path and whenever one server not copy backup files, Splunk alert me.

e.g. backup  file every night at 04:00 is ready, every morning at 07:00AM check that path and if find directory that has not have file that create today alert me.

 

Any idea?

Thanks,

Labels (6)
Tags (4)
0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi @indeed_2000 
How can I trigger this with Splunk: every day check that path and whenever one server not copy backup files, Splunk alert me

you should write a simple query like index=main host=hostname | stats count

and save it as alert.. on the alert, add a condition that if the count is "zero"(the hostname has not sent backup files), then send you an email notification. 

 

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
Tags (1)
0 Karma

indeed_2000
Motivator

Is there any way to create table that show two columns like this?

server                                                                 Status 

/backup/files/server1/$DATE.zip      Success 

/backup/files/server2/$DATE.zip       Failed 

 

0 Karma

indeed_2000
Motivator

would you please show me real example?

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...