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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

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