[Fleet] Add option to upgrade all agents on the same policy from the UI #171023
Labels
enhancement
New value added to drive a business result
QA:Needs Validation
Issue needs to be validated by QA
Team:Fleet
Team label for Observability Data Collection Fleet team
We could easily add an option to quickly upgrade all the agents belonging to the same policy from the actions:
We already have a similar action to uninstall the agents on the policy, so it would make sense to add one to quickly upgrade them. Ideally this would open the bulk upgrade modal, however the query passed to select the agents should be different.
Currently there is a way to obtain this by the API with the following query:
But we could also fine tune this query to better select the agents.
For instance, to avoid upgrading the agents that are already on this version would be
This would be a similar feature to this one, with the difference that the action needs be triggered manually rather than being automatic.
The text was updated successfully, but these errors were encountered: