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?