Fix retrieval of cluster settings when determining deprecation logging status #116322
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Upgrade Assistant
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
There's a typo in the UA logic on these lines:
kibana/x-pack/plugins/upgrade_assistant/server/lib/es_deprecation_logging_apis.ts
Line 54 in 9911883
kibana/x-pack/plugins/upgrade_assistant/server/lib/es_deprecation_logging_apis.ts
Line 64 in 9911883
in both cases,
default
should bedefaults
. You can see that when we retrieve cluster settings with the defaults, they're namespaced under thedefaults
object:This should fix a bug that @jakelandis and @pgomulka found, in which deprecation logging should be enabled by default, but UA reports it as disabled by default.
The text was updated successfully, but these errors were encountered: