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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...