You can access a security cluster (Elasticsearch clusters in version 6.5.4 or later support the security mode) that has the HTTPS access enabled through the public IP address provided by the system.
By default, CSS uses a shared load balancer for public network access. You can use a dedicated load balancer to improve performance. For details about its configuration, see Connecting to a Dedicated Load Balancer.
If public network access is enabled for CSS, then EIP and bandwidth resources will be used and billed.
Parameter |
Description |
---|---|
Bandwidth |
Bandwidth for accessing Kibana with the public IP address |
Access Control |
If you disable this function, all IP addresses can access the cluster through the public IP address. If you enable access control, only IP addresses in the whitelist can access the cluster through the public IP address. |
Whitelist |
IP address or IP address range allowed to access a cluster. Use commas (,) to separate multiple addresses. This parameter can be configured only when Access Control is enabled. |
You can configure, modify, view the public network access of, or disassociate the public IP address from a cluster.
If you enabled HTTPS but did not configure the public network access during security cluster creation, you can configure it on the Basic Information page after configuring the cluster.
Click Associate next to Public IP Address, set the access bandwidth, and click OK.
If the association fails, wait for several minutes and try again.
For a cluster for which you have configured public network access, you can click Edit next to Bandwidth to modify the bandwidth, or you can click Set next to Access Control to set the access control function and the whitelist for access.
On the Basic Information page, you can view the public IP address associated with the current cluster.
To disassociate the public IP address, click Disassociate next to Public IP Address.
After configuring the public IP address, you can use it to access the cluster.
curl 'http://10.62.179.32:9200/_cat/indices'
curl -u username:password -k 'https://10.62.179.32:9200/_cat/indices'