Dashboards & Visualizations

Dashboard navigating to other dashboards with links

bleung93
Path Finder

What are some ways that you can go about doing this?

Scenario:
5 Dashboards with simple xml. 10 row tags. All are displayed in one column.

Goal:
Have a url direct to one of the dashboards (dashboard_1). In dashboard_1, 2 links, previous and next. Previous link is disabled because it is set on the first dashboard. Click next link to redirect to dashboard_2 and so on. Meanwhile in dashboard_5, next is disabled because you have hit the last dashboard.

I have already tried using html to display links of all dashboards essentially displaying 5 links. What would you have to do to just have 2 links to navigate?

Tags (2)
0 Karma

strive
Influencer

Use HTML modules to achieve this.
Sample: In your dashboard view xml, place the HTML module where you want the link to appear.

<module name="HTML">
  <param name="html"><![CDATA[  
            <style type="text/css"> 
                  .HTML a {
                        float: right;
                   }
                 // define your other CSS styles                        
            </style>
            <a href="/splunkApp/en-US/app/<app_name>/report?q=QueryParams> Right Link</a> 
            ]]>
    </param> 
</module>

Dont forget to set app_name and QueryParams

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...