Splunk Search

How to generate a search to find dashboards so that we can export the result

kteng2024
Path Finder

Hi,

Is there any search to find the all the dashboards along with usernames, email id, and when it was created. I know that we can see in "search&reporting" -> dashboards which will give dashboards name and users. But i would like to export it

adonio
Ultra Champion

here is a little query that might help:

| rest /servicesNS/-/-/data/ui/views | search isDashboard=1 | table title eai:acl.app eai:userName

not sure how to find the time a dashboard created.
you can add a search (or append one) that ties email to the user field for example
hope it helps

kteng2024
Path Finder

any way to filter the owner = nobody as i am looking for the dasboards which are not having username not nobody

0 Karma

adonio
Ultra Champion

| rest /servicesNS/-/-/data/ui/views | search isDashboard=1 NOT eai:userName=nobody | table title eai:acl.app eai:userName

0 Karma

woodcock
Esteemed Legend

Like this:

|rest/servicesNS/-/-/data/ui/views | fields title label eai:data updated eai:acl.owner | rename eai:data AS XML | outputcsv YourFileNameHere
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...