I starting es and kibana in a docker compose file, I have set xpack.security.enabled=false, but when accessing the kibana UI I am still asked for an enrollment token, which from my understanding would not be generated when switching off security.
Is there a setting I need to pass to kibana to avoid needing any security?
This is all for local development only, and I am using version 8.2.3
It should be pretty easy to work with security enabled, as everything would work out of the box with minimal effort. Install Elasticsearch with Docker | Elasticsearch Guide [8.2] | Elastic will get you all the way there and this way you are already ready to take this to production when ready or not worry if your instance gets exposed to the internet ! All that with the only additional effort of logging in to Kibana once in a while
If you really want to disable security, you need to share your docker compose file so that we can make suggestions as to what is wrong and what can be fixed.
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.