[9.4] [Security Solution][Endpoint] Fix: Disable isolate action when Endpoint version does not support host isolation (#290115) - #290551
Merged
Conversation
…nt version does not support host isolation (elastic#290115) ## Summary Disables the **Isolate host** response action when the target Endpoint's metadata reports it does not support host isolation (i.e. the `isolation` capability is absent from `metadata.Endpoint.capabilities`). Previously the action was always enabled but a recent feature enables users to disable host isolation via the policy, so we know need to check the host's reported capabilities. Changes included: - **Endpoint list** row actions and **Endpoint details** action menu (`useEndpointActionItems`). The isolate item is disabled with the "version not supported" tooltip when the host lacks the `isolation` capability. - **Alerts** isolate action (`useHostIsolationAction`). Now disables the action with the same tooltip when the `isolation` capability is missing. (cherry picked from commit 1ac93db) # Conflicts: # x-pack/solutions/security/plugins/security_solution/public/common/components/endpoint/host_isolation/from_alerts/use_host_isolation_action.test.tsx # x-pack/solutions/security/plugins/security_solution/public/common/components/endpoint/host_isolation/from_alerts/use_host_isolation_action.tsx
paul-tavares
enabled auto-merge (squash)
September 11, 2026 12:57
2 tasks
kibanamachine
requested review from
joeypoon
and removed request for
kibanamachine
September 11, 2026 12:57
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
History
|
tomsonpl
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.4:Questions ?
Please refer to the Backport tool documentation