Getting Data In

Splunk usage monitor

devilears
New Member

How do I monitor how often my users are using Splunk?

Tags (1)
0 Karma

ziegfried
Influencer

Splunk provides a few built-in dashboards for that. Take a look in the Search-App under Status -> Search Activity.

Another option is to build some searches/reports based on the events in the _audit and/or _internal index. Like this one:

index=_audit NOT user="n/a" NOT user="splunk-system-user" earliest=-30d action="login attempt" info="succeeded" | bucket span=1d _time | dedup user,_time | stats count by user | sort -count

which displays on how many days the users have logged into Splunk in the last 30 days.

Get Updates on the Splunk Community!

Security Professional: Sharpen Your Defenses with These .conf25 Sessions

Sooooooooooo, guess what. .conf25 is almost here, and if you're on the Security Learning Path, this is your ...

First Steps with Splunk SOAR

Our first step was to gather a list of the playbooks we wanted and to sort them by priority.  Once this list ...

How To Build a Self-Service Observability Practice with Splunk Observability Cloud

If you’ve read our previous post on self-service observability, you already know what it is and why it ...