Alerting

How do search and trigger an alert for elevated values over a certain time frame?

jlim2003
New Member

I would like to configure alerting for elevated values over time.

For example, if avg(time_taken)>=5000 for 10 mins or more, this would trigger an alert.

This is to avoid alerts being generated for one time spikes.

What would be the best way to accomplish such a condition?

Any help is much appreciated!!

0 Karma
1 Solution

Yasaswy
Contributor

Hi.. you should be able to use the standard "Schedule and alert" options. .. run your search every min and set the condition to "if number of events -> is greater then ->0" and alert mode "once per search"
something like below should work:
... | bucket _time span=10m | stats avg(time_taken) as ttkn| where ttkn >= 5000

View solution in original post

Yasaswy
Contributor

Hi.. you should be able to use the standard "Schedule and alert" options. .. run your search every min and set the condition to "if number of events -> is greater then ->0" and alert mode "once per search"
something like below should work:
... | bucket _time span=10m | stats avg(time_taken) as ttkn| where ttkn >= 5000

jlim2003
New Member

This works great. I looked up the bucket command and it suits my needs.

Thank you!

0 Karma
Get Updates on the Splunk Community!

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Community Content Calendar, October Edition

Welcome to the October edition of our Community Spotlight! The Splunk Community is a treasure trove of ...