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.
Security Mode |
Scenario |
Advantage |
Disadvantage |
---|---|---|---|
Non-Security Mode |
Intranet services and test scenarios |
Simple. Easy to access. |
Poor security. Anyone can access such clusters. |
Security Mode + HTTP Protocol |
User permissions can be isolated, which is applicable to scenarios sensitive to cluster performance. |
Security authentication is required for accessing such clusters, which improves cluster security. Accessing a cluster through HTTP protocol can retain the high performance of the cluster. |
Cannot be accessed from the public network. |
Security Mode + HTTPS Protocol |
Scenarios that require high security and public network access. |
Security authentication is required for accessing such clusters, which improves cluster security. HTTPS protocol allows public network to access such clusters. |
The performance of clusters using HTTPS is 20% lower than that of using HTTP. |
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.
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's username, backend role, and host name to a role.
You can set permissions for each role to access clusters, indices 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 indices 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 over HTTP, 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 login password of a cluster with the security mode enabled or you have forgotten the password, reset the cluster password.