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!

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

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...