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!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...