I have a kibana secured with SearchGuard and we also have an application written in Node which includes all types of user configs.
I want to show the user specific dashboards based on their permissions. One way to do this is use embed tags. But thats not very practical. Here is what I am trying to do
- Make curl call to get all visualizations and list them
- Once they are listed then display the actual visualization to the user.
I am able to do the first part easily. However I cannot get the "Visualization" for the charts or dashboards to work. If I do a make a CURL call to the dashboard with the name of the dashboard and set embed-true, it doesnt render. Any ideas how can I get Kibana visualizations to show in my own app?