# How to integrate Kibana Dashboard in Kibana Plugin

**URL:** https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407
**Category:** Kibana
**Created:** [April 5, 2016, 2:21pm UTC](https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407 "2016-04-05T14:21:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![vganjare](https://avatars.discourse-cdn.com/v4/letter/v/dc4da7/32.png) [@vganjare](https://discuss.elastic.co/u/vganjare)
#### Post date: [April 5, 2016, 2:21pm UTC](https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407/1 "2016-04-05T14:21:20Z")

</div>

Hi,

I am having few dashboards created in Kibana. I want to export these dashboards to a custom plugin. How can this be done?

Thanks!!

---

<div class="post-metadata">

### Author: ![BigFunger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bigfunger/32/7323_2.png) [@BigFunger](https://discuss.elastic.co/u/BigFunger)
#### Post date: [April 5, 2016, 3:27pm UTC](https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407/2 "2016-04-05T15:27:31Z")

</div>

@vganjarem can you go into a bit more detail as to what you're trying to accomplish? Any dashboards and the visualizations that they are made from are going to be strongly bound to your data structure.

---

<div class="post-metadata">

### Author: ![vganjare](https://avatars.discourse-cdn.com/v4/letter/v/dc4da7/32.png) [@vganjare](https://discuss.elastic.co/u/vganjare)
#### Post date: [April 5, 2016, 4:56pm UTC](https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407/3 "2016-04-05T16:56:05Z")

</div>

Hi,

I completely agree that the visualizations will be tightly bound to the data structure. I am building an app/plugin, which is supposed to have multiple dashboards. Few dashboards will have a custom visualization (e.g. [Bubble Chart](http://bl.ocks.org/mbostock/4063269)) . Other dashboards will have kibana supported native layouts e.g. Pie Chart, Bar Chart, Area Graph etc. I want tp combine these two set of dashboard together in one plugin / app.

So the underline question is, while building the custom visualization (using plugin / app framework), is is possible to use the kibana supported native visualizations (e.g. pie chart, bar chart) in the plugin.

Thanks,  
Vishal!!

---

<div class="post-metadata">

### Author: ![BigFunger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bigfunger/32/7323_2.png) [@BigFunger](https://discuss.elastic.co/u/BigFunger)
#### Post date: [April 5, 2016, 7:21pm UTC](https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407/4 "2016-04-05T19:21:41Z")

</div>

@vganjare so to reiterate to make sure I understand your issue... You want to consume Kibana visualizations in your custom plugin.

I am unfamiliar with how to accomplish this myself, but a member of our team suggested the following:

> The best example they could look at is dashboard panels; assuming they want to consume saved visualizations.  
> If they want to consume our vis types they should checkout the wiki [GitHub - spalger/kibana: Kibana](https://github.com/spalger/kibana/wiki/vis-walk-through).

Let me know if this helps!

---

<div class="post-metadata">

### Author: ![vganjare](https://avatars.discourse-cdn.com/v4/letter/v/dc4da7/32.png) [@vganjare](https://discuss.elastic.co/u/vganjare)
#### Post date: [April 6, 2016, 6:08am UTC](https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407/5 "2016-04-06T06:08:57Z")

</div>

Hi Jim,

Thanks for the documentation. Yes, I want to consume the Kibana visualization in my custom plugin.

Thanks!!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:56pm UTC](https://discuss.elastic.co/t/how-to-integrate-kibana-dashboard-in-kibana-plugin/46407/6 "2017-07-06T13:56:51Z")

</div>


