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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...