Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating kibana dashboards into an angularjs app

I have my ElasticSearch setup with kibana showing different panels. I have another angularjs app. I would like to receive input in a field, use angularjs and show kibana panels in my angularjs app itself.

Are there any tutorials/guides to achieve this?

I have googled quite a bit about this, but am unable to find any help.

You could also rephrase my question as "How do I embed a kibana dashboard in my AngularJS Single page website?"

like image 653
Lelouch Lamperouge Avatar asked Dec 30 '14 09:12

Lelouch Lamperouge


1 Answers

In kibana4, the easiest way to embed a dashboard is using an iframe. Click the "Share" button in the top-right corner to get the appropriate iframe tag. Then edit it as needed to make it embed seamlessly. Check out the seamless attribute.

like image 94
jdve Avatar answered Oct 14 '22 22:10

jdve