Splunk Search

How do you check the number of users who are currently using the system(Splunk web UI login) over the last month?

gkumarashanmuga
Explorer

How do you check the number of users who are currently using the system(Splunk web UI login) over the last month?

Tags (1)
0 Karma
1 Solution

pkeenan87
Communicator

Give this search a shot:

index=_internal sourcetype=splunk_web_access user!="-"
| stats dc(user) AS user_count

View solution in original post

nickhills
Ultra Champion

This will give you the total number of successful logins by user account

index=_audit "login attempt" info=succeeded|stats count by user|sort 0 -count
If my comment helps, please give it a thumbs up!
0 Karma

gkumarashanmuga
Explorer

Thanks nickhillscpl

0 Karma

pkeenan87
Communicator

Give this search a shot:

index=_internal sourcetype=splunk_web_access user!="-"
| stats dc(user) AS user_count

gkumarashanmuga
Explorer

Thanks pkeenan87

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...