Querying Kibana from an external website

Hello,
I am new to the world of Elasticsearch and Kibana.

we want to create a javascript website and to bring some kibana dashboard to it. Our javascript code should send some request to kibana to draw such dashbord and kibana should return it to our frontend.

How can we do that ?

Thanks in advance?

If you click on the "Share" button on a visualization, it will provide the code to embed the IFRAME.

The IFRAME has it's drawbacks. Another option is to have your site render the visualizations yourself. Flot is a good JS library we utilize. You can inspect visualizations within Kibana to see the request being sent to Elasticsearch to see what to send.

Hello,
Thanks for your quick response.

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