Hello,
I want to embed my dashboards made in Kibana in a webpage. However, I have security enabled in Elastic and Kibana, so to open a dashboard it requires the Kibana login.
There is any way I can auto-sign-in users to see Kibana dashboards in the webpage?
I already tried to POST the user credentials before doing a GET of the dashboard, but no success. I also tried to pass the credentials through the dashboard link but no success.
Any other suggestion?
I already checked the other related issues.