-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Removes misc unused so/server/es config deprecations #113173
Removes misc unused so/server/es config deprecations #113173
Conversation
@lukeelmers is removing already unused settings from deprecations a breaking change? If so, do we want to add individual breaking changes release notes or bundle them all up on one? I've added a release-note skip as a placeholder for now. |
It is, because users who have been ignoring the deprecation warnings will now no longer be able to start Kibana without removing the unused setting.
No strong preference, but since there are several of them I would probably lean toward consolidating into one list? |
It didn't even cross my mind that folks would ignore a deprecation warning 😆 . |
@elasticmachine merge upstream |
Pinging @elastic/kibana-core (Team:Core) |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Related to #103915
During the 7 series, we added deprecations for configs that were unused to warn folks that setting these would have no effect.
To prepare for the first release of the next major version, we shouldn't be supporting any carried over deprecations and can remove the unused settings.
This PR removes the following 4 unused configurations:
savedObjects.indexCheckTimeout
, unusedserver.xsrf.token
, unusedelasticsearch.preserveHost
, deprecated as unusedelasticsearch.startupTimeout
, deprecated as unusedTo reviewers
I couldn't find any other reference to these settings in the docs or tests, hence the tiny PR. If I've missed something, please shout!
Release note
Removes support for
savedObjects.indexCheckTimeout
,server.xsrf.token
,elasticsearch.preserveHost
andelasticsearch.startupTimeout
configuration settings.Configuring any of these settings will prevent Kibana from starting up.