Splunk Search

Trigger alert after checking results for 3 minutes?

sarit_s
Communicator

Hello

How can I trigger an alert after checking the results for 3 minuets 
So for example, if I want that the alert will trigger if count>1 , I would like to check for 3 minutes if count>1 and only then raise the alert

How can i do it ?

Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @sarit_s ,

you have to schedule your alert every three minutes and insert a stats count and a threshold, so if you want to count the events where there's an error, you could schedule every three minutes an alert like this:

index=your_index error="your_error"
| stats count
| where count>1

then you have to configure your alert to trigger if results are greater than zero.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...