Alerting

Alert condition - Continuous failure

VijaySrrie
Builder

Hi,

I need an alert to be created, which should trigger only if we receive continuous failures for 5 times within a span of 10 mins.

1) Trigger alert

failure

failure

failure

failure 

failure

 

2) do not trigger alert

failure

failure

failure

failure

success

failure

failure

failure

failure

success

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

You could do something around:

 

| autoregress status p=1-4
| where status = "failure" and status_p1 = "failure" and status_p2 = "failure" and status_p3 = "failure" and status_p4 = "failure"

 

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

You could do something around:

 

| autoregress status p=1-4
| where status = "failure" and status_p1 = "failure" and status_p2 = "failure" and status_p3 = "failure" and status_p4 = "failure"

 

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...