Splunk Search

what is the syntax of the custom condition search

alexl1
Path Finder

hi

what is the syntax of the custom condition search

I have a search like

earliest=-5m  heartbeat | stats count

I want it to run a script when count=0

I tried "if custom condition is met" then for value I put "|where count=0"

but the alert triggered even though count was one

I can't find the documentatino about "if custom condition is met" otherwise I would have looked there

thanks,

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Set up your alert like this:

[your alert]
...
alert_condition = where count=0
counttype = custom
...
search = earliest=-5m heartbeat | stats count
0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...