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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...