Splunk Search

How to calculate the number of events which crossed the threshold limit.

theouhuios
Motivator

hello

I am trying to create a 24hour chart with the number of times the threshold has been exceeded in the number of events being created for that Component.

The data will be as

alt text

Now if we consider as the count of events created for WASBDYN4 as I and if its count is more than the threshold for that Component I need to generate an email alert and also create a timechart on the basis of how many times has the threshold been exceeded for that particular component. I am using the below stats command to count the number of events, but its not working. Any ideas/suggestions on how to do it.

stats count(eval(notify=if(I>threshold,1))) as Notify

Regards

theou

Tags (1)
0 Karma

lguinn2
Legend

I don't understand the problem very well, but try this

stats count(eval(I>threshold)) as Notify

In the count function, the eval must evaluate to either True or False. Events where eval is True will be counted.

0 Karma
Get Updates on the Splunk Community!

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, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...