Splunk Enterprise

Splunk Dashboard creation Tracking

FAnalyst
Engager

Hello,

 

would like to know if there is a way to track the number of Dashboards created by Users over a period of time ?

Tags (1)
0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi @FAnalyst by this rest api you can get the table. then you count by the username. let us know if any further queries, thanks. 

| rest /servicesNS/-/-/data/ui/views 
| table author label eai:acl.app 
| eval Type="Dashboards" 
| rename author as Owner label as Name eai:acl.app as AppName

dashboards-mgmt.jpg

 

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...