Splunk Enterprise

How to build a search to see user activity?

mahesh27
Communicator

Hi All,
I wan to see user who are using splunk more.

I am using the below query:
|rest /services/authentication/users splunk_server=local

Here i am getting all results, but i need the list of users  who are using Splunk more.

Labels (1)
0 Karma

johnhuang
Motivator

This is a good approximate using UI access activity.

index=_internal sourcetype="splunkd_ui_access" earliest=-1d@d file=16* method=GET
| dedup file user
| dedup _time user
| stats count AS event_ct BY user

 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The query cited will list all registered Splunk users regardless of how much they use Splunk.

Please define "using Splunk more".  By what measure?

---
If this reply helps you, Karma would be appreciated.
0 Karma

mahesh27
Communicator

Like who is working for more time on splunk

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...