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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...