kibana-iframe-communicator-plugin
kibana-iframe-communicator-plugin copied to clipboard
A kibana plugin to demonstrate how one can communicate directly with Kibana hosted inside an IFrame, without the need to reload the iframe
I am getting an error running the plugin on version 6.7.1 The kibana home page returns a 500 and the error is: TypeError: $rootScope.$listen is not a function at new...
I'm trying to install this plugin on Kibana 6.4.2 but I'm getting the following error: ```bash ./kibana/bin/kibana-plugin install kibana-iframe-communicator-plugin-1.0.1.zip Attempting to transfer from kibana-iframe-communicator-plugin-1.0.1.zip Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/kibana-iframe-communicator-plugin-1.0.1.zip/kibana-iframe-communicator-plugin-1.0.1.zip-6.4.2.zip Plugin...
Hi, How can we use it after installation ? I don't understand. Thanks!
Hey @bondib. Nice work on the plugin. I have managed to upgrade the plugin to use v7.x template format. Could you please create a 7.x branch, so that I can...
I have embedded iframe with visualization , when I change the **filter** and post the message to the iframe, it's work fine,but when I change the **query** and post the...