Splunk Search

Can a Splunk alert be triggered by comparing the row counts of two searches?

jbrenner
Path Finder

I would like to compare the row count returned from two searches and trigger an alert based on whether search 1 returns more rows than search 2. Is there a way to do this?

Thanks,
Jonathan

0 Karma

aaraneta_splunk
Splunk Employee
Splunk Employee

@jbrenner - Were you able to test out somesoni2's solution? Did it work? If yes, please don't forget to resolve this post by clicking on "Accept". If you still need more help, please provide a comment with some feedback. Thanks!

0 Karma

somesoni2
SplunkTrust
SplunkTrust

Yes, a simple implementation would be like this. More accurate/optimized suggestions if you can share your searches.

search1 | stats count as count1| appendcols [search search2 | stats count as count2] | where count1>count2
0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...