Hello,
My team has been exploring on the options to embed Kibana dashboard into a React web app. After some exploration we have found the below options:
- iFrame is one way. But we dont want to use iFrame due to security reasons.
- Canvas: Using Canvas and embedding it using the embeddable plugin. This might not be suitable for our use case as it offers very limited features.
- Kibana API: GitHub - Webiks/kibana-API: Kibana-API is an extension to Kibana that lets you tap in to the dashboard management board from your app and change the visualizations dynamically
Again this requires to use iFrame so not going to work for us.
Also, we have seen the various discussions that has happened around this topic and they are all few years old.
So I am bringing this question once again to see if there are any new options that is possible as Kibana has added a lot more features in the past few years.
So please let us know of any suggestions.