Hi,
i have many dashboards with combination of classic dashboards and studio dashboards.
how to get the list of dashboards with classic and studio.
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