I have created a JS+HTML package which interacts with Elasticsearch and displays data in the format I want. I just want to display it on my Kibana dashboard. It's okay if it does not interact with other panels, but data should be displayed as it is.
Since there's not a way to do this in the core of Kibana right now, your best bet would be to write a custom plugin that provides a new type of visualization which renders an iframe with your external site as the src of the iframe.
There are a ton of new visualizations (timeseries metrics, Kibana Canvas, pipeline aggregations, a new markdown visualization that supports dynamic data) coming up in future versions of Kibana, and there'll be more information about them coming up as they get closer to release. The built-in visualizations are evolving fast in terms of what they can do in the query to Elasticsearch and how they can present the data visually.
These were all mentioned at the Elastic{ON} talks, so if you missed those in-person, stay tuned to the website as the video recordings will be re-casted.
Did you ever get this to work using an existing visualization or by creating a custom plugin? I am interested in doing something like this and want to know what my options are.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.