I have configured ELK with X-Pack and enabled the anonymous authentication. This allows me to access to Elasticsearch API without any issue, but when accessing through Kibana is asking for credentials, even giving the anonymous user kibana or superuser role.
I have seen this thread and I think it's related but just wanted to confirm if I need to create a new issue.
You can turn off security entirely, which will disable the login screen, by setting xpack.security.enabled: false in elasticsearch.yml and kibana.yml, but that may not be what need.
Is your goal to have users be automatically logged in with a certain role (say, read only?)?
The latter can be done with a reverse proxy. There is some good info on this here:
As for the anonymous authentication, I'm not sure how kibana is supposed to act when that is set up in elasticsearch, but I'll try to find out more information.
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.