Can't embed Kibana dashboard in FD Solutions

  • 3 November 2016
  • 1 reply
  • 42 views


I'm trying to embed a Kibana Dashboard into Freshdesk - URL format like so:




<iframe src="http://35.165.116.247/goto/aeed7ad23d62cf7abbb7b132bfe16717?embed=true" height="600" width="800"></iframe>




(IP changed for privacy purposes)




It won't render, yet I can create a minimal HTML document with the same code:




<html>


<head></head>


<body>


<iframe src="http://35.165.116.247/goto/aeed7ad23d62cf7abbb7b132bfe16717?embed=true" height="600" width="800"></iframe>


</body>


</html>




and it renders just fine. Any tricks/tips for getting embed/iframe to work properly inside Solutions framework? Could it be HTTP vs HTTPS issue?




-K



This topic has been closed for comments

1 reply

Userlevel 4
Badge +12

Hello Keith,




I guess you were pretty much spot on with debugging the issue. As you have mentioned, this certainly looks to be a HTTP vs HTTPS issue since all your portals are secured with a SSL certificate.Can you please try embedding an iframe with a secured URL and see if that helps?




Cheers!