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!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...