Splunk Search

Display external HTTPS webpage in iframe

dibrova911
New Member

Hello!
I try to display external https webpage in splunk dashboard panel - but have SSL_PROTOCOL_ERROR
I use iframe module:

<dashboard>
   <label>My Dashboard</label>
   <row>
     <html>
     <h2>Embedded Web Page!</h2>
        <iframe src="https://10.8.128.23:8787" width="100%" height="800">></iframe>
     </html>
   </row>
   </dashboard>
0 Karma

treinke
Builder

Below is a sample of the code I have used. I noticed you have an extra close tag (>) between you iframe tag and your close iframe tag.

<row>
     <panel>
       <title>Testing HTML</title>
       <html>
         <iframe src="http://www.splunk.com" height="200" width="1000" style="border:none;"></iframe>
       </html>
     </panel>
 </row>
There are no answer without questions
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 ...