jsanz
(Jorge Sanz)
October 25, 2022, 2:41pm
2
Anonymous authentication for Kibana was added in 7.11. Since then you can publish dashboards and provide general access to Kibana without any login.
A good example of a Kibana open and easy to explore is https://demo.elastic.co .
I also published an example yesterday on how to publish a dashboard inside an iframe on this other discuss post
The kibana yaml setting you are likely looking for is xpack.security.sameSiteCookies, more details hele .
I've just added it to my Elastic Cloud deployment
[image]
And I could deploy a minimal TypeScript React application that shows an iframe of a public dashboard I have at https://ela.st/cumbre-vieja-eruption on this location: https://ihbdnn.csb.app/
[image]
Mind that of course one thing is allowing your iframe to load and another for Kibana to display stuff for anonymous users, skip the …