-
Notifications
You must be signed in to change notification settings - Fork 159
ECE and ECH: added relation between secure settings and user settings #1190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eedugon
commented
Apr 17, 2025
deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch.md
Show resolved
Hide resolved
shainaraskas
approved these changes
Apr 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eck is safe from auto restarts?
deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch.md
Outdated
Show resolved
Hide resolved
deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch.md
Outdated
Show resolved
Hide resolved
On eck you can change both at the same time, which should be considered
kind of obvious IMO (no need to mention it).
The problen with ECE and ECH is that the settings are configured in
completely different places, so it’s technically impossible to configure a
certain feature in a single step if it requires secure + normal settings
Edu González de la Herrán
Senior Technical Writer @ Elastic
*Please note: Emails may be stored and shared to provide a better customer
experience. To learn more about how we use your information, please review
Elastic’s **Privacy Statement. *
<https://www.elastic.co/legal/privacy-statement>
El El jue, 17 abr 2025 a las 18:05, shainaraskas ***@***.***>
escribió:
… ***@***.**** approved this pull request.
eck is safe from auto restarts?
------------------------------
In
deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch.md
<#1190 (comment)>
:
>
-::::{note}
-ECE blocks the configuration of certain settings that could break your cluster if misconfigured, including some zen discovery and security settings. For a list of settings that are generally safe in cloud environments, refer to the [{{es}} configuration reference](elasticsearch://reference/elasticsearch/configuration-reference/index.md).
-::::
+:::{important}
+If a feature requires both standard `elasticsearch.yml` settings and [secure settings](/deploy-manage/security/secure-settings.md), 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.
⬇️ Suggested change
-If a feature requires both standard `elasticsearch.yml` settings and [secure settings](/deploy-manage/security/secure-settings.md), 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.
+If a feature requires both standard `elasticsearch.yml` settings and [secure settings](/deploy-manage/security/secure-settings.md), 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 might fail to start. Adding secure settings does not trigger a restart.
------------------------------
In
deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch.md
<#1190 (comment)>
:
> +## Examples
+
+### Enable email notifications [ece_enable_email_notifications_from_gmail]
I suggest you put this back together because it's just one example
—
Reply to this email directly, view it on GitHub
<#1190 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBFXJI53CJUUQ2KFIMHRM32Z7GOJAVCNFSM6AAAAAB3KSNXIWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDONZWGI3TENBXHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes https://github.com/elastic/docs-projects/issues/466
I've added an improvement in ECE docs, explaining the relation between the secure settings and standard user settings (when a feature requires both types of settings, secure settings need to be configured first to avoid cluster restarting issues (bootloops) ).
Let me know your thoughs, @shainaraskas .
I've added cross comments in:
On top of that I've changed the headings of all
examples
, as H2 was showing the titles too big.