Splunk Search

how to clean the splunk alarm?

jenniferhao
Explorer

Hello, expert,

I set up an alarm as following, and run it as cronjob by 5mins. Do you have any idea on clean the alarm only after the alarm occurs to avoid sending alert every 5mins in normal situation?

| eval alarm = if(value >= alarmTheashold,1,0)        //if alarm==1, then tag=1
| eval clear = if(value <  alarmTheashold,1,0)         // clear=1 when value<alarmTheashold AND tag==1

 

 

 

Labels (1)
0 Karma

jenniferhao
Explorer

Sorry, maybe I'm not descript clearly. The issue is if alarm happens in 5 mins before, then I need to test the threshold. If condition match then sent a clear alarm out, otherwise, I don't need to do anything.  

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...