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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...