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!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...