Alerting

How to trigger an alert if the conditions remain for a certain period of time?

joydeep741
Path Finder

I have an alert set up, which triggers when page load time > 4.

Now, say the page load time is 5, then I want to trigger the alert if it remains as 5 for the next 15 mins . Is this possible ?

0 Karma

somesoni2
Revered Legend

How frequent the data is collected and what's the frequency of the alert?

0 Karma

woodcock
Esteemed Legend

Save a search like this to run every X minutes for the last 15 minutes (-15m@m) and trigger when the number of results > 0:

... | timechart span=5m avg(pageLoadTime) AS avgPageLoadTime | where avgPageLoadTime > 5 | stats count | where count > 3

Note that count=3 * span=5 is equal to 15 minutes. You can play with these numbers to adjust as you see fit.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...