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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...