Splunk Search

Search for usage and login attempts for list of users

Sathya0Q
Engager

 

I recently started learning Splunk . Could you help me!!

Have list of users and particular looking for search query to fetch login attempts of those list of user accounts.

Labels (1)
0 Karma

anilchaithu
Builder

@Sathya0Q 

 

I guess you have the list of users in a lookup file. If not please create one with field name as user.

Use the below search to get the login attempts from the selected users. If the field name in the lookup is not user, you should use a rename command in the subsearch

index=_audit [ | inputlookup users.csv ] login attempt

 

-- Hope this helps

Get Updates on the Splunk Community!

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

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...