Getting Data In

How to alert if the last indexed log from a host is older than 15 mins from the search time?

pbsuju
Explorer

I have a requirement where a log file from my application hosts will get updated every 15 mins if the application is healthy. But there wont be any logs updated if there is any issue with the application. So wanted an alert from each host if the last indexed log from any host is more than 15 mins old. Appreciated any thoughts on it.

0 Karma

nickhills
Ultra Champion

The easiest way is to use the metadata command

|metadata type=hosts index=*|eval threshold=now()-900|where lastTime<threshold|eval lastEvent=strftime(lastTime, "%Y-%m-%d %H:%M:%S"|table host lastEvent
If my comment helps, please give it a thumbs up!
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...