-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
[Doc] Document (in one place) which secure settings are reloadable #36112
Comments
Pinging @elastic/es-core-infra |
Related to #46102 |
[docs issue triage] Leaving open. This is still relevant. |
+1. Re-reading settings requires a node restart. However, certain secure settings are marked as reloadable. Where? 😄 This above suggests that the user can look at one of the settings page (e.g., https://www.elastic.co/guide/en/elasticsearch/reference/7.8/notification-settings.html) and be able to find settings that are marked "reloadable". For example, #31746 indicates that Watcher secure settings are reloadable but no settings on the Watcher settings page are marked as reloadable. |
Sorry @ppf2 , I accidentally edited your comment!
I think the idea was that the page you linked (https://www.elastic.co/guide/en/elasticsearch/reference/current/secure-settings.html#reloadable-secure-settings) would list the groupings for which there are reloadable settings. For example:
You can search within those pages (e.g. https://www.elastic.co/guide/en/elasticsearch/reference/current/monitoring-settings.html) to see that there are settings identified as "reloadable". I think the problem occurs when there are reloadable settings that aren't added to that list and/or aren't identified properly as being reloadable. I think for now we need to fix the documentation for those settings on a case-by-case basis. |
Closing this as complete with #64998. We currently link to features and plugins with reloadable secure settings here: On those linked pages, we indicate which secure settings are reloadable: Going forward, we should address any reloadable secure setting missing this indicator on a case-by-case basis. |
It's possible to reload some secure settings via
POST _nodes/reload_secure_settings
.The docs currently say:
But it's not clear which settings are reloadable and which not.
As far as I can see it's only the ones that are explicitly marked as reloadable:
I.e. the s3 repository plugin docs indicate that all it's secure settings are reloadable.
But it would be nice to have a single overview page that lists all secure settings that are currently reloadable across Elasticsearch and it's Elastic owned plugins.
The text was updated successfully, but these errors were encountered: