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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...