Issue while embedding kibana dashboard into website

I just created a dashboard with multiple visualizations in kibana. Then i embedded each visualization using iframe.

My issue is while embedding each visualization in different iframe , each visualization act as multiple kibana.

It takes more time to load and change in one reflects in another. why?

If you have multiple iframes, it's going to load kibana multiple times. That's just how iframes work. Why not embed the entire dashboard instead of each visualization individually?

But while embedding entire dashboard it is not responsive. That's why i am embedding each visualization in different iframes.

By "not responsive" do you mean "not optimized for mobile devices" or "too slow"? If the former, there's an open ticket you can add your thoughts to: https://github.com/elastic/kibana/issues/2563. If the latter, you can open a new ticket with the issue you're experiencing: https://github.com/elastic/kibana/issues/new. There's no way to get around the fact that each iframe will load the page anew.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.