I have ECK Elasticsearch and Kibana running in k8s (Azure). One pod of each.
I made a user with *bin/elasticsearch-users useradd test123 -p 123456 -r superuser *
# elasticsearch-users useradd test123 -p 123456 -r superuser
# elasticsearch-users list
test123 : superuser
The user can login to Kibana, but is not listed in Kibana UI. Why?