Dashboards & Visualizations

Why does my iFrame widget not work?

lampje
Engager

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!

Now Playing: Splunk Education Summer Learning Premieres

It’s premiere season, and Splunk Education is rolling out new releases you won’t want to miss. Whether you’re ...

The Visibility Gap: Hybrid Networks and IT Services

The most forward thinking enterprises among us see their network as much more than infrastructure – it's their ...

Get Operational Insights Quickly with Natural Language on the Splunk Platform

In today’s fast-paced digital world, turning data into actionable insights is essential for success. With ...