Alerting

Splunk Alert on defined condition

mbasharat
Builder

Hi,

I have a SPL search that is producing counts for two values for my monitored application's transactions, Successful and Failure.

I need a conditional alert that triggers every time Failure count exceeds Successful count by at least 10 within 5 mins.

My search is running every 5 minutes looking back at data that comes within 5 minutes. I need custom Trigger Condition under Alert's Edit please.

Sample (Normal):
result count
Successful 100
Failure 10

Sample (Alert):
result count
Successful 100
Failure 111

Thanks in advance!

Tags (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

I find it easier to have the alert trigger when the number of results is not zero. Then it's just a matter of making the search return no results except in the error condition.

Share your current SPL and we can help craft it.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I find it easier to have the alert trigger when the number of results is not zero. Then it's just a matter of making the search return no results except in the error condition.

Share your current SPL and we can help craft it.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...