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.
- created two pie charts with sample data set and added them into a single dashboard.
- 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.