Dashboards & Visualizations

How can you share a dashboard by multiple Splunk Apps

kbecker
Communicator

What is the best method to share a dashboard with multiple Apps instead of coping the xml file around to each App. Is there a global App folder where it could be placed and then linked via the navigation config file? If not are there any issues with creating a directory and then soft linking the xml dashboard file to each app.

Thanks

Tags (1)
1 Solution

sideview
SplunkTrust
SplunkTrust

A view, or pretty much anything else in an app, can be promoted up and out of its own little app space, to what we call the system space, such that it is shared across all apps.

How you do this is that in the top level of apps there can be a folder called metadata. In that folder create a file called default.meta and in that file, put this:

[views/your_view_name_here]
export = system

You can do a lot of other things with the metadata. Read the Developer Manual for more details. It has a section on building apps.
See the "make objects globally available" subsection within this page for more details http://www.splunk.com/base/Documentation/4.1.2/Developer/Step5SetPermissions

View solution in original post

sideview
SplunkTrust
SplunkTrust

A view, or pretty much anything else in an app, can be promoted up and out of its own little app space, to what we call the system space, such that it is shared across all apps.

How you do this is that in the top level of apps there can be a folder called metadata. In that folder create a file called default.meta and in that file, put this:

[views/your_view_name_here]
export = system

You can do a lot of other things with the metadata. Read the Developer Manual for more details. It has a section on building apps.
See the "make objects globally available" subsection within this page for more details http://www.splunk.com/base/Documentation/4.1.2/Developer/Step5SetPermissions

Get Updates on the Splunk Community!

Get Schooled with Splunk Education: Explore Our Latest Courses

At Splunk Education, we’re dedicated to providing incredible learning experiences that cater to every skill ...

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...