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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...