Hello Gents,
I'm a newbie in the elastic World, actually, I'm counting on you to solve my problem.
I've elastic search cluster and I need to do the Active directory integration
I followed the https://www.elastic.co/guide/en/elasticsearch/reference/current/active-directory-realm.html after enabling the trial license.
the cluster has 3 (master and data ) nodes with 3 client nodes in total 6 nodes.
the master nodes have the following Elasticsearch.yml
I enabled the encryption between the Elastic cluster inter-node communication but I didn't enable the HTTP encryption.
I did the enter as well the binding user credential via bin/elasticsearch-keystore add
xpack.security.authc.realms.active_directory.my_ad.secure_bind_password
xpack:
security:
authc:
realms:
active_directory:
nic_ad:
order: 1
domain_name: elastic.example.com
url: ldap://server01.elastic.example.com:389, ldap://server02.elastic.example.com:389
bind_dn: CN=NDB,OU=Service Account,DC=elastic,DC=example,DC=com
user_search:
base_dn: "OU=sharaf,DC=elastic,DC=example,DC=com"
group_search:
base_dn: "CN=elastic_admin,DC=elastic,DC=example,DC=com"
files:
role_mapping: "/etc/elasticsearch/role_mapping.yml"