Dashboards & Visualizations

How can we include a link to another dashboard to redirect to another dashboard ?

splunker9999
Path Finder

HI,

We have 2 dashboards ,trending and live : we are looking to include a link to live dashboard for trending and viceversa ?

Link on top of the dashboard would looks good.

Can someone please help ?

Thanks

Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Insert in your html tags the following line

    <ul>
      <a target="_blank" href="/app/atm">ATM Monitoring</a>
    </ul>

where atm is the main directory of the app.
Bye.
Giuseppe

0 Karma

gcusello
SplunkTrust
SplunkTrust

if you're satisfied of the answer, please, accept the answer.
Bye.
Giuseppe

0 Karma

JDukeSplunk
Builder

You can edit the source XML and add an HTML frame. Here's one of mine.

<panel>
      <html>
      <p>Useful Links</p>
      <p>Please open individual Panels in new searches for long timespans</p>
      <ul>
        <li>
          <a href="https://technet.microsoft.com/en-us/library/dd349270(v=ws.10).aspx">IIS Application Pool Recycling Codes</a>
        </li>
        <li>
          <a href="https://technet.microsoft.com/en-us/library/cc735151(v=ws.10).aspx">IIS Application Pool Availability</a>
        </li>
        <li>
          <a href="http://lmgtfy.com/">Everything Else</a>
        </li>
       </ul>
        <p>Questions, Comments?- Contact <a href="mailto:Someone@URL.COM?Subject=Splunk%Dashboard" target="_top">Jon Duke</a>
        </p>
        <p>Edited 4-18-15  (Changed indexes for Atlanta) </p>
    </html>
    </panel>
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...