Alerting

Alert on file age

diegosainz
Path Finder

I would like to know if it is possible to be alerted if a file is older then a specific time frame. We have files that are written down every 5 minutes. I would like to be alerted if the age of the file is in excess of 7 minutes.

Any input would be appreciated.

0 Karma

somesoni2
Revered Legend

Try following:

|metadata type=sources index=* | eval age=now()-recentTime | where age>420

This lists all the sources (files indexed in Splunk) which were last accessed 420 sec (7 min) ago. You can setup alert when this search returns rows.

0 Karma

aholzer
Motivator

You probably want something that checks _time vs _indexedtime.

... | eval diff = _indexedtime - _time | where diff > 5*60*1000

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...