Splunk Search

How to generate a search to find the number of created accounts?

wvalente
Explorer

Hi,

I'm trying to run a search that alerts me when 40 accounts is created within 1 minute. I'm talking about linux users.

I've tried this search:

index=XXX process=useradd | stats count by user earliest:-1m@m | where count > 40

But I don't know it's correct.

Help!

Tks.

0 Karma

sbbadri
Motivator

try this

index=xxx process=useradd earliest=-1m@m | stats count by user | where count>=40

0 Karma

somesoni2
Revered Legend

Try like this (the timerange identifier earliest should be in base search)

 index=XXX process=useradd  earliest=-1m@m latest=@m | stats dc(user) as user_created | where user_created > 40
0 Karma
Get Updates on the Splunk Community!

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 ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...