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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...