Kibana Dashboard sharing question

Hi,

I have successfully embedded the iframe from the Kibana sharing option into a 3rd party application.

However, I notice that there is no tab for visualisations to switch between tabular mode and graphical model in the iframe.

Is there any way to add this back in ?

In the iframe src url, removing the query parameter embed=true will add navigation back in.

Unfortunately that adds too much back in.. I do not want users to have access to discover, visualisations etc...

Is there any other tweak you know of ?

Thanks,

Nothing that I can think of without code changes. You're welcome to file a request describing your use case at https://github.com/elastic/kibana/issues.

If you're comfortable modifying the code and want to run your own build, https://github.com/elastic/kibana/blob/master/src/plugins/kibana/public/dashboard/components/panel/panel.html#L29 is what would need to be changed.