How can we include a standalone html page with scripts inside a custom Kibana plugin

I am using custom Kibana plugin in which i want to use a external html page with many script tags inside a plugin UI. How can i include external html page and scripts inside my Kibana plugin UI.

Try using the Markdown Visualization to render an iframe on a dashboard.

It is also possible to create a custom plugin that can accomplish this.

See: https://www.elastic.co/guide/en/kibana/current/plugin-development.html

I don't want to use Markdown, I want to load an html page inside my plugin which has css and script files in it.

I am not sure how to do it . Am tagging @timroes for additional help here- He will get back to you when he has time.

Thanks
Rashmi

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