Hi Elastic team,
My ELK version is 7.2 and running on CentOS7.
I have configured x-pack security and it works perfectly.
But in official demo web official kibana demo .
I found that there is no login page and visitors will auto login with a user 'Guest User'.
What I would like to implement is:
Let visitors auto login with my self-defined Guest User when visiting Kibana page, just like in official kibana demo .
When clicking logout, it will redirect to login page so administrators could login with their admin users(more privileges).
I only found doc and Anonymous access but it doesn't work.
Is it possible to do?
The only way to really get proper anonymous access working in Kibana right now is to use a reverse proxy to provide the Basic Auth headers. I think you could then simply pass through requests that already have security credentials so that an admin could log in to their own account and still access Kibana.
Hi Bargs,
Thanks for your suggestion.
I also found this Anonymous access to Kibana using nginx .
But it doesn't allow logout.
I will keep studying about this.
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.