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!

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...