Splunk Enterprise

Help with splunk query to alert server status from down to up?

vinothkumark
Path Finder

Hi All,

I have created an alert which checks the status of the server and if it down, then alert will be triggered. 

Query: 
index=performance host=hostname1  source!=sar status!=UP | dedup hostname | table hostname status

Sample Event:
2023-05-10 17:50:18 hostname1 server is DOWN
2023-05-10 17:55:18 hostname2 server is DOWN

Now, I want to create an alert whenever the status changes from DOWN to UP.
Can someone help with query?

Thanks.

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Your requirement is a bit loose.

What you could do is write the current state to a summary index or lookup store and every time you check the status, you compare it to the previous value you saved, then trigger your alert if the status changes.

Alternatively, you could check every 5 minutes looking back say 10 minutes and check whether there is an earlier state that was DOWN and a later state that is UP

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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