How to add own webpage code in kibana

Hi,

i have my own custom GUI which is extracting data from elastricsearch via rest api.
I want to know how to add that custom GUI in kibana itself.
I want to ingrate my custom gui functionality in kibana.

Thanks,
Arpit

You will want to build an "app" plugin for this case. Search in these forums for a couple posts people have around starting a plugin (I have a few as well out there). With the baseline app plugin, you have a menu option added and you have reasonably free reign with what you want to display within Kibana.

In your case I would venture to say you may want to use an iFrame within the app, depending on how much you want to duplicate. Just make the iFrame 100% high and wide within the app plugin.

Of course this rides on the fact that your app allows itself to be in an iFrame.