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!

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...