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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...