Integration of Kibana dashboard in angular application

I am looking to integrate kibana dashboard in my angular application. I have tried with the iframe approach by adding the iframe source code in my anguular app.Now I want to integrate the same without using iframe. I want to send certain parameters (in form of some id's) from my angular frontend application to elastic search kibana and it should render the visualizations dynamically.
Just to mention, i am using angular 8 application as my frontend.

Can you please help me?

Kibana is not a good fit for embedding it an another application (for example it requires control over the URL which is not possible in most cases if there's another application running).

You can either go the other way around and integrate your application into Kibana or stick with the iframe approach.

What's the issue with using an iframe?

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