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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...