Change the ECE API URL
editChange the ECE API URL
editYou can configure the HTTPS URL used to access the ECE API. You can specify either a DNS host name or an IP address. The primary use for this is to enable single sign-on on your deployments, so you can log into Kibana and Enterprise Search automatically once logged in to ECE.
To change the ECE API URL in the Cloud UI:
- Log into the Cloud UI.
- From the Platform menu, select Settings.
- Select Edit and update the API URL setting.
- Select Update and then Save to confirm the change.
To set the API base URL during installation or upgrade you can supply the --api-base-url
command line argument:
bash <(curl -fsSL https://download.elastic.co/cloud/elastic-cloud-enterprise.sh) install --api-base-url $ECE_HTTPS_URL bash <(curl -fsSL https://download.elastic.co/cloud/elastic-cloud-enterprise.sh) upgrade --api-base-url $ECE_HTTPS_URL
For existing deployments, the new ECE API URL will take effect whenever the deployment configuration plan is next updated.