I don't understand why no user returns from GET _security/user.
This is my eck config. (I deploy eck by helm).
eck-elasticsearch:
enabled: true
# This is adjusting the full name of the elasticsearch resource so that both the eck-elasticsearch
# and the eck-kibana chart work together by default in the eck-stack chart.
fullnameOverride: elasticsearch
filebeat:
auth:
username: filebeat
password: Anhyeuem2002a@
roles: 'superuser,filebeat,kibana_admin,ingest_admin'
auth:
fileRealm:
- secretName: filebeat-basic-auth
roles:
- secretName: filebeat-roles
I am sure that I can login with the account filebeat in kibana. Thank you!