could anyone show me how to embed a scalable iframe page in kibana plugin?
Hi @whoami,
there is currently no way to embed an iframe in a Kibana dashboard. The obvious way to tackle this would be to write a plug-in. Here are several resources that can help you get started with that:
- Elastic{ON} 2016 talk: https://www.elastic.co/elasticon/conf/2016/sf/how-to-build-your-own-kibana-plugins
- Yeoman generator: https://github.com/elastic/generator-kibana-plugin
- Blog post series: https://www.timroes.de/2015/12/02/writing-kibana-4-plugins-basics/
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.