Hi everyone.
I'm using Kibana and ES with Kubernetes in my own cluster. I would like to have an only read dashboard (accessible from outside) without having credentials.
All I've read about that is about Roles and xpack.security.enabled = false but I dont really know how to mix both features, because I dont want to have credentials (xpack.security.enabled = false) but I also want to configure roles.
In summary, I need to share my dashboards without edition permissions to the people outside.
How can I do it?
Thanks for reading.