paulkeogh
(Paul Keogh)
May 12, 2016, 10:07am
1
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 ?
jbudz
(Jon Budzenski)
May 12, 2016, 4:54pm
2
In the iframe src url, removing the query parameter embed=true will add navigation back in.
paulkeogh
(Paul Keogh)
May 17, 2016, 10:22am
3
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,
jbudz
(Jon Budzenski)
May 17, 2016, 4:16pm
4
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.