APM plugin should add an Upgrade Assistant link only when UA is enabled #152704
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Upgrade Assistant
Team:APM
All issues that need APM UI Team support
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
The APM plugin adds a link to Upgrade Assistant to the help menu (see here). The Upgrade Assistant can be hidden from the UI (without disabling the plugin) with the config
xpack.upgrade_assistant.ui.enabled: false
. We also plan to add a config to disable the plugin completelyxpack.upgrade_assistant.enabled: false
.So the help link could lead to a hidden/disabled plugin. I think it should check if UA is available first before adding it.
Screenshot
The text was updated successfully, but these errors were encountered: