Getting Data In

Logging Splunk enterprise sign ins?

ceichhorn
Engager

This question has likely been asked, but the language makes it difficult to search for.

I'm looking to create a search which lists every time someone has logged in to the Splunk Enterprise interface. Is there a simple search that outputs this data? Thanks very much!

Tags (3)
0 Karma
1 Solution

aljohnson_splun
Splunk Employee
Splunk Employee

Try looking at the _audit index.

For example, just exploring:

index=_audit login

reveals there is a field action with a value login attempt (note the space), furthermore, there is a field info that has the values either succeeded or failed. which leads us towards a better search like:

index=_audit action="login attempt" info=succeeded
| timechart count by user

or something of the sort.

View solution in original post

0 Karma

aljohnson_splun
Splunk Employee
Splunk Employee

Try looking at the _audit index.

For example, just exploring:

index=_audit login

reveals there is a field action with a value login attempt (note the space), furthermore, there is a field info that has the values either succeeded or failed. which leads us towards a better search like:

index=_audit action="login attempt" info=succeeded
| timechart count by user

or something of the sort.

0 Karma

ceichhorn
Engager

Thanks, this got it! Much appreciated.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...