I followed it but still I am getting sign in page when I open kibana. I am new to elastic search and may be this is trivial but I am not getting this.
any tutorial or help in this regard will be very helpful.
What I wanted to finally implement is : security feature in elastic stack and allow anonymous access to kibana dashboard with view only role and login for other user.
I get this when I try to access localhost:9200 where elastic node should be.
{"error":{"root_cause":[{"type":"security_exception","reason":"action [cluster:monitor/main] is unauthorized for user [anonymous_user]"}],"type":"security_exception","reason":"action [cluster:monitor/main] is unauthorized for user [anonymous_user]"},"status":403}
I also try adding this as per the discussion on the link you shared to kibana.yml file, but still this is not working as desired.
xpack.security.anonymous.enable: true
It will be helpful if someone can help me with steps or tutorial I should follow to add anonymous access to specific kibana dashboard. At present I am able to add security features for users, I want to have one anonymous access also in addition with users.
Hi, thank you for your quick response. I went through that comment, yes that can be used as a workaround. Reverse proxy can be used for anonymous access for now.
Hi,
I have drafted a tutorial for anonymous access, basically drafted what was mentioned in that comment. Might be useful for someone who want to do the same.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.