Dashboards & Visualizations

Display list of dashboards in "dashboards tab" in two different tabs

nivethainspire_
Explorer

I need to display all list of server dashboards in server tab and desktop dashboards under desktop tab. Right now all dashboards are under dashboards tab. Any idea of how I can implement this?. I created 2 new tabs next to dashboards tab,but I have no idea of how to bring in the dashboard list in that.

nivethainspire_
Explorer

Thanks Dave and Giuseppe ....

The answers you have given me is working fine. But my requirement is ,it should not come as dropdown under new tab.
When I click a tab,It should display list of dashboards name as the one we see in Dashboards tab. Can you suggest anything ?

0 Karma

gcusello
SplunkTrust
SplunkTrust

You have to modify your navigation menu:

<nav>
    <collection label="Dashboard aggregated 1">
        <view name="dashboard1" default="true"/>
        <view name="dashboard2"/>
        <view name="dashboard3"/>
            <divider />
        <view name="dashboard4"/>
            <divider />
    </collection>
    <collection label="Dashboard aggregated 2">
        <view name="dashboard5" />
        <view name="dashboard6"/>
        <view name="dashboard7"/>
            <divider />
        <view name="dashboard8"/>
            <divider />
    </collection>
  <collection label="Standard Splunk">
    <view name="search"/>
    <view name="data_models"/>
    <view name="reports"/>
    <view name="alerts"/>
    <view name="dashboards"/>
  </collection> 
</nav>

Here you can find details:
http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9
http://docs.splunk.com/Documentation/Splunk/6.4.4/AdvancedDev/BuildNavigation

Bye.

Giuseppe

0 Karma

gcusello
SplunkTrust
SplunkTrust

to have all your dashboard in a tab, you have to insert a row like this

<view source="all" />

Bye.
Giuseppe

0 Karma

davebrooking
Contributor

There is some developer documentation that covers setting up navigation for an app

Dave

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...