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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...