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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...