Dashboards & Visualizations

Open Google page from dashboard

kannu
Communicator

Hi splunkers ,

I want to open or load google page in my splunk dashboard panel .

currently i am using this

<dashboard>
  <label>testing</label>
  <row>
    <panel>
      <html>
        <body>
           <a href="www.google.com">google</a>
      </body>
         </html>
     </panel>
    </row>
</dashboard> 

But that is not working is there any other way to achieve the same please let me know .
Just let me know from where to start rest i will do .

Thank you

0 Karma
1 Solution

s2_splunk
Splunk Employee
Splunk Employee

As already pointed out, you need to start your href with "http://" to make it an absolute address, not a relative path within your Splunk app.

0 Karma

kannu
Communicator

Thank you

0 Karma

gcusello
SplunkTrust
SplunkTrust

HI lloydknight,
I used something like you

  <row>
    <panel>
      <html>
    <h3>Google</h3> 
        <a href="http://www.google.com"></a>
    </html>
    </panel>
  </row>

Bye.
Giuseppe

0 Karma

kannu
Communicator

Thank you

0 Karma

abhayneilam
Contributor

But still it is not working !!

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

I'd recommend opening a new question with details of your issue. This thread is about a year old now.

0 Karma

kannu
Communicator

Thank you

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

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 ...