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’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...