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!

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

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...