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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...