Dashboards & Visualizations

How to embedded Splunk Iframes?

rmx9898
Observer

Hello, 

I have been trying to present Splunk dashboards through frames to my website, and it's not working as you can see in the picture below, I have seen other people with the same question but no solution was suggested that worked for me, if I tried to present the reports, they work fine, but the dashboards don't seem to work.

This is my code: 

 

 

              <iframe
                src="https://MY_SPLUNK_SERVER/en-US/app/MY_APP_NAME/DASHBOARD_NAME?embed=true"
                width="100%"
                height="550px"
                frameborder="0"
                scrolling="no"
              ></iframe>

 

 

 

 

Clearing the cookies & restarting the browsers didn't work, neither did trying  a different browser.

Does anyone know how to solve this? or if it's not even possible?

splunk.png

Labels (1)
0 Karma

davidoff96
Path Finder

I tried to do this, as did another person I spoke to privately on here, and we have determined it is not possible: 

https://community.splunk.com/t5/Dashboards-Visualizations/400-Error-while-rendering-splunk-into-an-i...

Essentially the cookies are "3rd party cookies" as they are not from your site. I believe there is actually a setting in your browser you can change to allow these. 

davidoff96_0-1679404258758.png

 

This worked for me a while ago. I am not sure if it works currently as I do not have Splunk in an iframe anymore.  When I told my manager this, they immediately dropped the ask and stopped the idea of the iframe.

 

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...