Skip to content
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

Allow dynamic updates for index.hidden setting #52772

Merged
merged 2 commits into from
Feb 26, 2020

Conversation

jaymode
Copy link
Member

@jaymode jaymode commented Feb 25, 2020

This commit changes the index.hidden setting from being final to a
dynamic setting. While the setting being final allows for easier
reasoning about an index, making this setting updateable has more
benefits in that we can upgrade existing indices to be hidden and it
will enable future features that would dynamically make indices hidden.

This commit changes the `index.hidden` setting from being final to a
dynamic setting. While the setting being final allows for easier
reasoning about an index, making this setting updateable has more
benefits in that we can upgrade existing indices to be hidden and it
will enable future features that would dynamically make indices hidden.
@jaymode jaymode added >non-issue :Core/Infra/Core Core issues without another label v8.0.0 v7.7.0 labels Feb 25, 2020
@jaymode jaymode requested a review from gwbrown February 25, 2020 15:55
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Core)

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@gwbrown gwbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as well

@jaymode jaymode merged commit 587e12a into elastic:master Feb 26, 2020
@jaymode jaymode deleted the hidden_index_setting_dynamic branch February 26, 2020 16:55
jaymode added a commit to jaymode/elasticsearch that referenced this pull request Feb 26, 2020
This commit changes the `index.hidden` setting from being final to a
dynamic setting. While the setting being final allows for easier
reasoning about an index, making this setting update-able has more
benefits in that we can upgrade existing indices to be hidden and it
will enable future features that would dynamically make indices hidden.
jaymode added a commit that referenced this pull request Feb 26, 2020
This commit changes the `index.hidden` setting from being final to a
dynamic setting. While the setting being final allows for easier
reasoning about an index, making this setting update-able has more
benefits in that we can upgrade existing indices to be hidden and it
will enable future features that would dynamically make indices hidden.

Backport of #52772
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants