Why cant embed a single visualization to my web page?

Hi,
I am not able to embed my visualizations to my custom webpage using the iframe approach. it should be straight forward. However, the iframe's embedding approach of dashboards works just fine.
Kibana version : 6.1.2

Hi Chinu,

Can you provide details about what you're doing and how you're doing it?

Hi Archana,

I am trying to embed a visualization using the iframe wrapper approach. But after i embed, it only shows the edit options and not the visualization per say.

I was able to do a workaround by changing the height and width which gives me the following:

This is still okay, but i don't want the users to edit at all. I just them to view the visualizations, that's all.In-short, i don't wish to view the edit panel. I have tried this :
https://www.elastic.co/videos/kibana-4-tutorial-part-3-embedding-visualizations

But somehow, it fails to work. In the above video, the visualization the edit options does not appear, but when i follow the same steps, somehow the edit option always appears.
What am i missing?

Chinu,
That is strange. Can you paste the iframe code that you're using in your html page?

I found a similar question here where it was recommended to style the iframe as needed, but no mention of the edit panel. Maybe looking at your iframe source code can help me see what's going on.

What version of kibana are you using? Looks like this is a known issue that was fixed. https://github.com/elastic/kibana/issues/13822

Yeah, this one was recently fixed, but I think it was a problem for 6.x until very recently.

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