Alerting

Help creating alert criteria

jedatt01
Builder

I want to create an alert that will fire if Splunk see's a log message from two seperate sources in a 10 minute interval. For example one event from Source1 and one event from Source2. The problem i'm running into is that Source2 may send more than one event in a ten minute interval, but I only want the alert to fire if it see's at least one message from source1 and source2 in ten minutes. Anyone have any ideas?

Tags (1)
0 Karma
1 Solution

Ayn
Legend

How about using dedup? In your search:

... | dedup source

and then create the >=2 events alert condition as usual.

View solution in original post

0 Karma

Ayn
Legend

How about using dedup? In your search:

... | dedup source

and then create the >=2 events alert condition as usual.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...