Dashboards & Visualizations

Splunk - List of Dashboards

abhayneilam
Contributor

Hi ,

I want to export the list of all dashboards which are being created in my search head, so I want to achieve this using my search query.

Also, I have gone to the Manager,UserInterface,views and got the list of all the dashboard created by all the users, but I am not able to export it in excel, so please let me know if Export button can be added in this page so that I could take the whole thing in the excel with the help of export button in this page.

Thanks in advance !!

Tags (2)

tom_frotscher
Builder

Hi abhayneilam!

As far as i know you can get a list of views via rest.

Try this in your searchbar:

| rest /servicesNS/-/-/data/ui/views

This uses rest to obtain a list of views. The "-" symbols are wildcards for the user and the app.
You can then filter for things of your interest. Lets say you have an app that is called "sampleapp", then you can search for:

| rest /servicesNS/-/-/data/ui/views | search eai:acl.app=sampleapp

Put together the things you need with an additional table command and use the standard export feature.

Greetings

Tom

niteshp
Explorer

Will is be also possible to get a search query for a specific widget in the similar manner?

0 Karma

abhayneilam
Contributor

I have got 120 results after giving this rest command but If I go to manager-usreinterface-views, I am getting 360 items , the count is not matching. Please help me to find all the dashboards.

0 Karma

cotyp
Path Finder
| rest /servicesNS/-/-/data/ui/views 
| search "eai:acl.app"=NameOfApp eai:acl.perms.read!=admin eai:acl.sharing=app
0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...