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!

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, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...