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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...