Splunk Search

Creating a search that will fetch 10 unique repository that perform an action in the last 10 minutes

wailoont
Engager

Hi Splunk,

I am in trying to create an alert that will send email to users if the search query returned results if there is 10 unique repository returned in the events.

search_query earliest=-10m@m latest=now
| stats count by repository| where count > 9 | sort - count

Currently, the alert trigger if there is an occurence of 10 times of the SAME repository. I want to improve the query by triggering alert if only there is 10 DIFFERENT repository.

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could use stats dc(repository) and trigger when that is 10 or more, or stick to stats count by repository and set the alert trigger to only trigger if the result count is 10 or more.

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...