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!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...