When creating an Elasticsearch cluster, you can enable the security mode for it. Identity authentication is required when users access a security cluster. You can also authorize and encrypt security clusters.
To access a security cluster, you need to enter the username and password. The identity verification is required for the following two types of users:
On the Kibana console, click Security to control user permissions in Elasticsearch clusters. You can configure hierarchical user permissions by cluster, index, document, and field. For details, see Creating a User and Granting Permissions by Using Kibana.
You can add or delete users, and map users to different roles for permissions control.
You can use role mapping to configure roles and map a user, backend role, and host name to a role.
You can set permissions for each role to access clusters, indexes and documents and assign Kibana tenants different roles.
You can set action groups, assign the groups to roles, and configure the roles' permission for accessing indexes and documents.
You can view the parameters of authentication and authorization for the current cluster. You can also run the securityadmin command to modify the configuration.
You can also clear the security cache.
When key data is transferred between nodes or through the HTTP protocol, SSL/TLS encryption is used to ensure data security.
You can perform the preceding functions on Kibana, using .yml files (not recommended), or by calling RESTful APIs. For more information about the security mode, see Security.
If you want to change the administrator password of a security cluster or you have forgotten the password, reset the password.