Embedding Kibana dashboard into react application

I need to embed kibana dashboard into react application but depending on the user, the data that user is able to view have to be restricted e.g. if user id is 9983 -> data with only userId:9983 should be available on the dashboard when the user logs in.

Would this be possible programmatically? A process that would be preferable is 1) I create a visualization in Kibana 2) somehow get link to the visualization and embed into react 3) apply a little bit of custom code on react side so that data viewed is restricted.

Hello,

Kibana has dashboard only mode and spaces which should help you with this:


You can also share a viz/dashboard using iFrame:

Tagging our kibana app team dev in case if you have further questions. cc @lukeelmers

Thanks,
Bhavya

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