# Integrating kibana dashboard into react App

**URL:** https://discuss.elastic.co/t/integrating-kibana-dashboard-into-react-app/187884
**Category:** Kibana
**Created:** [June 27, 2019, 4:08pm UTC](https://discuss.elastic.co/t/integrating-kibana-dashboard-into-react-app/187884 "2019-06-27T16:08:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Vishal\_Kumar2](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vishal_kumar2/32/48954_2.png) [@Vishal\_Kumar2](https://discuss.elastic.co/u/Vishal_Kumar2)
#### Post date: [June 27, 2019, 4:08pm UTC](https://discuss.elastic.co/t/integrating-kibana-dashboard-into-react-app/187884/1 "2019-06-27T16:08:02Z")

</div>

Hi Team,

I have a requirement on integrating kibana dashboard into my react application. The dashboard may contains multiple charts(Pie,Time series etc). And, the application will be used by many users .So, the data in each charts should display as per the user whoever logs in.

Here are the steps that i have followed.

1. created two pie charts with sample data set and added them into a single dashboard.
2. integrated the dashboard using an iframe into my react application.

Need guidance on next steps:  
I need to pass the user id and some custom parameters(Query params, filters etc ) to the dashboard from my react application.Such that, it should reach the charts . So that, the charts gets rendered as per the user.

Please can someone assist me on doing this ?

Thanks in advance.

---

<div class="post-metadata">

### Author: ![joelgriffith](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joelgriffith/32/53738_2.png) [@joelgriffith](https://discuss.elastic.co/u/joelgriffith)
#### Post date: [July 11, 2019, 5:51pm UTC](https://discuss.elastic.co/t/integrating-kibana-dashboard-into-react-app/187884/2 "2019-07-11T17:51:40Z")

</div>

Unfortunately we don't currently support "externalizing" our dashboards/widgets directly as react components, however we do offer a means to export parts of Kibana via iframe's. There's a great suggestion here on doing so: [Embed dashboard or visualization on an external web page with specified filters](https://discuss.elastic.co/t/embed-dashboard-or-visualization-on-an-external-web-page-with-specified-filters/133961).

Passing user-id and other custom parameters might be the tricky part. If the user is logged into Kibana, and they can see the dashboard in question, then they should be able to see "their" version of that dashboard.

---

<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: [August 8, 2019, 5:51pm UTC](https://discuss.elastic.co/t/integrating-kibana-dashboard-into-react-app/187884/3 "2019-08-08T17:51:45Z")

</div>

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