- Elastic Docs/
- Deploy and manage/
- Deploy/
- Elastic Cloud/
- Elastic Cloud Hosted/
- Manage deployments/
- Configure
Edit Elastic Stack settings
From the Elastic Cloud Console you can customize Elasticsearch, Kibana, and related products to suit your needs. These editors append your changes to the appropriate YAML configuration file and they affect all users of that cluster.
To add or edit user settings:
Log in to theElastic Cloud Console.
Find your deployment on the home page or on theHosted deployments page, then selectManage to access its settings menus.
On theHosted deployments page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
Under the deployment's name in the navigation menu, selectEdit.
Look for theManage user settings and extensions andEdit user settings links for each deployment, and select the one corresponding to the component you want to update, such as Elasticsearch or Kibana.
Apply the necessary settings in theUsers Settings tab of the editor and selectBack when finished.
SelectSave to apply the changes to the deployment. Saving your changes initiates a configuration plan change that restarts the affected components for you.
In some cases, you may get a warning saying "User settings are different across Elasticsearch instances". To fix this issue, ensure that your user settings (including the comments sections and whitespaces) are identical across all Elasticsearch nodes (not only the data tiers, but also the Master, Machine Learning, and Coordinating nodes).
You can also updatedynamic cluster settings using Elasticsearch'supdate cluster settings API. However, Elastic Cloud Hosted doesn’t reject unsafe setting changes made using this API. Use it with caution.
If a feature requires both standardelasticsearch.yml settings andsecure settings, configure the secure settings first. Updating standard user settings can trigger a cluster rolling restart, and if the required secure settings are not yet in place, the nodes may fail to start. In contrast, adding secure settings does not trigger a restart.
Elastic Cloud Hosted automatically rejectselasticsearch.yml settings that could break your cluster.
For a list of supported settings, refer to theElasticsearch configuration reference. Settings supported on Elastic Cloud Hosted are indicated by an Elastic Cloud icon ().
Elastic Cloud Hosted supports most of the standard Kibana settings.
Be aware that some settings that could break your cluster if set incorrectly and that the syntax might change between major versions.
For a list of supported settings, checkKibana settings.
Refer toAPM configuration reference for information on how to configure the Fleet-managed APM integration.