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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...