Dashboards & Visualizations

Why does my iFrame widget not work?

lampje
Explorer

My goal is to put an iFrame widget in a Dashboard.

I've tried this once before with the same code (afaik), which worked. This was about a month ago, but I did not save that Dashboard...
The Edit-->Source mode does not give any errors, and I can press on SAVE. However, when I view the Dashboard after, the area where there is supposed to be Wikipedia is empty. The iFrame widget does not seem to load.
When I put in there, it does work.

Code I used is written below. I put wikipedia in there as an example. Since this website allows itself to be embedded.

What am I forgetting? How do I make this work?

      <row>
        <panel>
          <title>TEST - iFrame in Dashboard</title>
          <html>
             <iframe src="https://www.wikipedia.org/" height="200px" width="100px"/>
           </html>
        </panel>
      </row>

arthur
Engager

For Splunk Enterprise, dashboard_html_allow_embeddable_content must be set to true in the appropriate app's web.conf; see this discussion for details.  

I've tried doing the same thing for a Splunk Cloud instance.  Unfortunately, the custom app fails the app validation during installation in Splunk Cloud because of the configuration changes to the web.conf file.  I've posted a question about this specifically for Splunk Cloud. 

I know this post is over a year old but I came across it while Googling for a solution to the problem and thought I'd link to the related posts.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...