Splunk Enterprise

How to get list of classic and studio dashboards?

Ash1
Communicator

Hi,
i have many dashboards with combination of classic dashboards and studio dashboards.
how to get the  list of dashboards with classic and studio.

Labels (1)
0 Karma

yeahnah
Motivator

Hi @Ash1 

Try running this search...

| rest splunk_server=local /servicesNS/-/-/data/ui/views
| eval dashboard_version=if(version=2, "studio", "classic") 
| table eai:acl.app label title version dashboard_version
| sort eai:acl.app

Hope it helps 

Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...