-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Fleet] Filter non automatic upgrade failed from automatic upgrade status #240328
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
Conversation
…t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --include-path /api/agent_builder --update'
…com:elastic/kibana into feature-filter-non-automatic-failed-upgrade
|
Pinging @elastic/fleet (Team:Fleet) |
|
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM
…com:elastic/kibana into feature-filter-non-automatic-failed-upgrade
|
@elasticmachine merge upstream |
…com:elastic/kibana into feature-filter-non-automatic-failed-upgrade
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @nchaulet |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
5 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Description
Resolve #236392
Filter non automatic upgrade from automatic upgrade,
Server change
Change the way we compute upgrade status to retrieve the related upgrade action and check if it come from an automatic upgrade (
is_automatic: true)API change
Added the
failedUpgradeActionIdsto the automatic upgrade status list so client side we could filter on agent failing for these actions