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!

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

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

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