This is a known issue in the current beta1 release, unfortunately. The native realm is disabled by the operator. You can reenable it with this cluster definition (this example is based on the cluster we use in the quickstart guide, you have to adapt it to your needs)
I did the workaround. Now I'm able to log in, but I get "Error in visualization [esaggs] > Internal Server Error" when trying to access Kibana dashboards.
Elastic version 7.4.2
Still having the issue on my side, even with proposed fix. I'm running both elastic search and kibana behind a reverse proxy (nginx-ingress), so I disabled self signed certificates with:
http:
tls:
selfSignedCertificate:
disabled: true
Any idea why the users I create in Kibana can't login?
Here are the yaml files I use for both elastic search and kibana:
@Benoit_V the config section belongs to a nodeSet, not to the top-level Elasticsearch spec.
You should move it as a sibling to eg. podTemplate in the nodeSets array.
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.