| navigation_title | Edit stack settings | ||||
|---|---|---|---|---|---|
| mapped_pages | |||||
| applies_to |
|
||||
| products |
|
From the {{ece}} console you can customize settings for {{es}}, {{kib}}, and other {{stack}} components by applying user settings to your deployments. These settings are internally mapped to the appropriate YAML configuration files, such as elasticsearch.yml and kibana.yml, and they affect all users of that cluster.
To customize the settings of a deployment's {{stack}} components:
- Open your deployment page in the ECE Cloud UI.
- In the left navigation menu, select Edit.
- Look for the Manage user settings and extensions and Edit user settings links for each deployment, and select the one corresponding to the component you want to update, such as {{es}} or {{kib}}.
- Apply the necessary settings in the Users Settings tab of the editor and select Back when finished.
- Select Save to apply the changes to the deployment. Saving your changes initiates a configuration plan change that restarts the affected components for you.
The following sections provide extra details and examples for different components:
If you manage deployments programmatically in {{ece}}, you can update user settings through the generic Update Deployment API by submitting an updated deployment payload.
Refer to {{ece}} tools and APIs for authentication and API usage guidance.