Alerting

Create search for alert on multiple values

srs20
New Member

I have time series data and am trying to search and create alerts.Sample data below

Id,timestamp,value
1,06/19/2019 10:00:00,6.2
2,06/19/2019 10:00:00,5.3
1,06/19/2019 10:05:00,6.1
2,06/19/2019 10:05:00,6.1
2,06/19/2019 10:10:00,6.6
1,06/19/2019 10:10:00,5.7

Alert when multiple id values exceed a threshold in a given time span.So,in the example above my search should generate an alert when Id's 1 and 2 both exceed a value of 5 in the last 10 minutes but not otherwise. How would I do this in SPL .Thanks for your help.

Tags (2)
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 ...