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!

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

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...