Dashboards & Visualizations

Trouble pulling external website into Splunk Dashboard panel

gabarrygowin
Path Finder

I've tried everything I could find on the boards here.

Could use some help getting an external (well to Splunk anyway) web page to display in an existing xml dashboard as a panel.

I've tried the following (and many variations) to no avail.

 <panel>
   <title>PROTECT THIS HOUSE!</title>
   <html>
     <iframe src="http://gaitstools.ga.com/PTHouse/" height="200" width="1000" style="border:none;"></iframe>
   </html>
 </panel>

Thanks!

Tags (1)
0 Karma

livehybrid
Builder

Hi,
In 5.0.5 and 6.0, as part of a security-related fix (reference SPL-65987) Splunk disabled the ability to insecurely embed content on a remote site by default.

To restore this capability, you now need to make an explicit change in web.conf to the x_frame_options_sameorigin parameter and set it to False:

 x_frame_options_sameorigin = [True | False]
     * adds a X-Frame-Options header set to "SAMEORIGIN" to every response served by cherrypy
     * Defaults to True

I hope this helps!

0 Karma
Get Updates on the Splunk Community!

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

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...