Ldap connectivity using user in kibana.yml is , xpack user or AD user?

Hi All ,

If i am enabling ldap authentication in Es , we can login with AD user through kibana login page.

My doubt is , on that same time which user we should use in kibana.yml conf ?

X-pack user or AD user ( in kibana.yml)

elasticsearch.username: "elastic"
elasticsearch.password: "changeme"

or

elasticsearch.username: "{AD Username} "
elasticsearch.password: "{AD User pasword}" ?

Per the setup instructions you should use the built-in kibana user.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.