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!

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

Ready to make your IT operations smarter and more efficient? Discover how to automate Splunk alerts with Red ...