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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...