Render kibana dashboard with API call in Angular10 application

Hello,
I want to display Kibana dashboard into Angular application. I know we can use embed url and set iframe src attribute. But I want to get dashboard report by making Kibana dashboard API call. And this API response data I need to pass as src to iframe at runtime. Is it possible to get dashboard report by API call?

Kibana 7.10
Angular 10

Thanks in advance!

You can create a pdf or png report for a dashboard using an API call, then you could fetch that PDF and show it in your application.

There's no way right now to render a dashboard within another application without the iframe at the moment.

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