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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...