Splunk Enterprise

How to check which user is downloading which dashboard?

super_saiyan
Communicator

hi all,

i have multiple users and multiple dashboard studio.

i want to check which user is downloading which dashboard.

how can i do that ?

 

Tags (1)
0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@super_saiyan - Try the below search: (Logs just provide which dashboard is downloaded (PDF) but not who downloaded/)

index=_internal sourcetype=splunk_pdfgen

 

Additionally, if you want to find out who accessed the dashboard with user information then you can use the below search:

index=_internal sourcetype=splunkd_ui_access "/data/ui/views/"
| stats count by user, uri_path



Consider upvoting if it helps!!!

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...