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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...