Splunk Search

Break a search down per day

robK123
Explorer

Hello,

I have a search that covers 7 days of data showing when users failed to login 5 or more times but I want to know if it is possible break the search down so it only shows 5 or more logins in a 24 hour period.

So the search wont return a user who had 2 failed logins on monday and 3 on friday but will show if the user had 5 failed logins on Tuesday.

Thanks,

Tags (4)
0 Karma

robK123
Explorer

Yes the bit I am stuck on now is per day sorry still new to Splunk and keep getting stuck.

So I have this search
source="secure" sshd "pam_ldap: error trying to bind as user"|top uid limit=500 | where count >= 5

yannk I am not sure how I incorporate what you have described above?

0 Karma

yannK
Splunk Employee
Splunk Employee

Maybe the new thing is "per day", to achieve that you should use a bucketing per day of the _time field.


mysearch | bin _time span=1d | stats count(whaterveryouuseforfailure) AS daily_failure_count by whateveryouuseforuser _time | where daily_failure_count >5 | table _time whateveryouuseforuser daily_failure_count

DaveSavage
Builder

Rob - didn't you ask this, and receive an answer before? See http://splunk-base.splunk.com/answers/66972/5-and-above-login-failures

If you just want to parameterise that to within "authentication" AND "access" AND "failure" | dedup _time, user | table Workstation_Name, Failure_Reason, Logon_Type, user

ad optionally add a WHERE count etc...
Br
Dave

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...