Dashboards & Visualizations

Linking the dashboard

bbhandari012
Explorer

I have a couple of dashboard. In each dashboard, i would like to have a feature of drop down menu on top of each dashboard, selecting the drop down menu, should redirect me to the different dashboard according to the selection . How can i achieve that feature ?

<input type="dropdown" token="openNewPageToken">
<label></label>
<default>Select a page to open</default>
<choice value="">Select a page to open</choice>
<choice value="first_dashboard">Open another dashboard</choice>
<choice value="second_dashboard">Open second dashboard</choice>
<change>
  <condition value="first_dashboard">

  </condition>
  <condition value="second_dashboard">

  </condition>
</change>
Tags (1)

simha111
New Member
    <condition value="1">
      <link target="_blank">/app/search/a</link>
      </condition>
       <condition value="2">
      <link target="_blank">/app/search/kv</link>
      </condition>
      </change>
0 Karma

simha111
New Member
    <condition value="1">
      <link target="_blank">dashboardpath1</link>
      </condition>
       <condition value="2">
      <link target="_blank">dashboardpath2</link>
      </condition>
      </change>,  <change>
    <condition value="1">
      <link target="_blank">dashboard path1</link>
      </condition>
       <condition value="2">
      <link target="_blank">dashboard path2</link>
      </condition>
      </change>
0 Karma

tzhou01
New Member

I have the same need and have not found the answer.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You should consider using and configuring the existing navigation menu: http://docs.splunk.com/Documentation/Splunk/6.3.3/AdvancedDev/BuildNavigation

0 Karma

vsingla1
Communicator

Thanks Martin,
I had exactly the same issue as bbhandari012.
I went by your recommendation for creating a separate app and build navigation from it.

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, ...