Change Endpoints URLsedit

For applications without SSL or HTTPS protocol support, you can use a local endpoint with the HTTP protocol, which in turn connects to your Elastic Cloud Enterprise cluster or to Kibana either using the HTTP or the HTTPS protocol.

By default, cluster and Kibana endpoint URLs are constructed according to the following pattern, where CLUSTER_ID and LOCAL_HOST_IP are values that depend on your specific installation:

http://CLUSTER_ID.LOCAL_HOST_IP.ip.es.io:9200
https://CLUSTER_ID.LOCAL_HOST_IP.ip.es.io:9243

For example:

http://2882c82e54d4361.us-west-5.aws.found.io:9200
https://2882c82e54d4361.us-west-5.aws.found.io:9243

Your cluster endpoint details are found on the Overview panel when you click on a specific cluster or Kibana in the Cloud UI.

To change endpoints in the Cloud UI:

  1. Log into the Cloud UI.
  2. Go to Platform, select a Elastic Cloud Enterprise installation and click Settings.
  3. Let the user interface guide you through modifying the CNAME value for your cluster or Kibana.
  4. Save your changes. The new endpoint becomes effective immediately.

If you install Elastic Cloud Enterprise on AWS, you likely need to modify the cluster endpoint. To learn more, see Cloud UI, Elasticsearch, and Kibana Endpoint URLs Inaccessible on AWS.