Alerting

Suppress results containing field value with multiple values using search result field.

olavandreas
Explorer

I have a search triggering for a certain failed threshold for a monitored value. Instead of making 7 alerts one per customer, I made one search and one alert creating a table of results. Hence I needed to use the "Trigger for each result" option in alerts.

Then I needed to suppress per customer when the trigger value exceeded threshold. My alert searches every minute for the last 15 minutes, and is supposed to throttle for 15 minutes on hit.

Googling and documentation suggest setting 'customer' field in the "Suppress results containing field value" text box in Splunk. This did not suppress when "For each result" was enabled, and I got an alert every minute.

So how to do it?

Labels (2)
0 Karma
1 Solution

olavandreas
Explorer

The wanted behavior was achieved by using the $$ syntax to reference values extracted at search time.

Suppress results containing field value:customer = $result.customer$

 

Setting this in the alert I both got alert per row in my resulting table, and suppress on value (result.customer) per customer. So that each customer is alerted on only once per 15 minutes in my case.

View solution in original post

olavandreas
Explorer

The wanted behavior was achieved by using the $$ syntax to reference values extracted at search time.

Suppress results containing field value:customer = $result.customer$

 

Setting this in the alert I both got alert per row in my resulting table, and suppress on value (result.customer) per customer. So that each customer is alerted on only once per 15 minutes in my case.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...