Splunk Search

How to create a single scheduled search that will trigger an alert only if the current search result differs from the previous result?

bluei
Explorer

Hi,

I have a periodic search looking for a specific pattern in the logs and assign status to the result:

...|eval status=if(count=0,"not found","found")

Is there a way to raise an alert only in the case that the latest search's status value differs from the status returned by the previous one?
I mean, without having two alerts set with different triggers, but based on the same search (which will need to be run twice in this case).

0 Karma
1 Solution

bluei
Explorer

Thank you vganjare,

You gave me the direction which actually led me to an idea to enable summary indexing on this search.
This way I can compare current result with the latest indexed (i.e. previous).

View solution in original post

0 Karma

bluei
Explorer

Thank you vganjare,

You gave me the direction which actually led me to an idea to enable summary indexing on this search.
This way I can compare current result with the latest indexed (i.e. previous).

0 Karma

vganjare
Builder

Hi,

You can use lookups for storing the intermidiate status. Compare the intermidiate result (from lookup) against the current search results. Accordingly, alearts can be triggered.

Thanks!!

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...