Splunk Search

How to create an alert for a log that does not update for X amount of hours

ryangillan
Explorer

I have the following as my search but wanted to see if a log does not update for X hours then send an alert.
If the log is not updating the service has must have stopped.

 index=linux_os_machines host="zzcalidm01.x.y.z" sourcetype=zzcalidm01 source=/opt/scripts/logs/output.log.*
0 Karma
1 Solution

manjunathmeti
Champion

You can save this search query as an alert and schedule it for every X hours. In the alert edit page you can set Trigger Conditions to trigger an alert action when Number of Results is equal to 0.

alt text

View solution in original post

0 Karma

manjunathmeti
Champion

You can save this search query as an alert and schedule it for every X hours. In the alert edit page you can set Trigger Conditions to trigger an alert action when Number of Results is equal to 0.

alt text

0 Karma

ryangillan
Explorer

Thank you. This helps

0 Karma

MuS
Legend

Hi ryangillan,

read about this use case in this blog post https://www.duanewaddle.com/proving-a-negative/ it will show and explain how you can use Splunk to search for something that is missing or not has been updated and there no longer has new events.

Hope this helps ...

cheers, MuS

0 Karma

aberkow
Builder

Are you saying you want to trigger an alert when you do not see a log in that search for a few hours? You can just add an
earliest=-4h where 4 is whatever number of hours you want (or you can look back in the search, but I like a hardcoded token to avoid confusion), and then trigger the alert when results=0, which is one of the alert options. You might also want to run this on a cron schedule, essentially at times when you would expect the log to be there (if you expect it to appear at noon, you shouldn't run it at 11 AM, for example).

Does this help, or did I misunderstand your ask?

0 Karma

ryangillan
Explorer

thank you. So simple!

0 Karma
Get Updates on the Splunk Community!

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 ...

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 ...