LDAP user authentication

Hello,
I want to configure LDAP. Should the configuration be done at the Kibana level or the Elasticsearch level?

And for the flow openings, should I create openings between LDAP and Kibana or LDAP and Elasticsearch?

Thank you

Hi,

You are looking for the xpack.security.authc.* properties within the elasticsearch yaml. Elasticsearch is where you define the authentication etc. However there is some corresponding config required on Kibana to make the user interface work.

The documentation