You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are not breaking in 8.0, but we want the deprecations to show in the Upgrade Assistant in 7.16 to encourage users to fix their configs. I updated these deprecation warnings for Core in #115241.
The Monitoring plugin inherits these "root" settings by default, or they can be set separately for Monitoring using the monitoring.ui. prefix.
Unfortunately, while working on the PR linked above, I discovered that any issue with the root settings would surface twice in the Upgrade Assistant -- once from Core, and once from the Monitoring plugin.
To ensure that the Upgrade Assistant experience in 7.16 isn't confusing, I removed these deprecations from the Monitoring plugin (see #115241 (comment)).
The deprecations should be added again in the Monitoring plugin, but they should only show up if the Monitoring plugin is not inheriting the root settings from Core.
There are several config settings that are deprecated as of 7.16 and show up in the upgrade assistant:
elasticsearch.username: elastic
elasticsearch.username: elastic
in production #51101elasticsearch.username: kibana
kibana
user removed and replaced bykibana_system
#81680elasticsearch.ssl.certificate
withoutelasticsearch.ssl.key
and vice versaelasticsearch.ssl.certificate
withoutelasticsearch.ssl.key
and vice versa #81746These are not breaking in 8.0, but we want the deprecations to show in the Upgrade Assistant in 7.16 to encourage users to fix their configs. I updated these deprecation warnings for Core in #115241.
The Monitoring plugin inherits these "root" settings by default, or they can be set separately for Monitoring using the
monitoring.ui.
prefix.Unfortunately, while working on the PR linked above, I discovered that any issue with the root settings would surface twice in the Upgrade Assistant -- once from Core, and once from the Monitoring plugin.
To ensure that the Upgrade Assistant experience in 7.16 isn't confusing, I removed these deprecations from the Monitoring plugin (see #115241 (comment)).
The deprecations should be added again in the Monitoring plugin, but they should only show up if the Monitoring plugin is not inheriting the root settings from Core.
kibana/x-pack/plugins/monitoring/server/deprecations.ts
Lines 64 to 69 in b7577b5
This is not imperative for the 7.16 release, it can be done in the 8.x timeframe.
The text was updated successfully, but these errors were encountered: