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!