forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Security Solution][Endpoint] Show tooltip icon on `proces…
…ses` response console command for SentinelOne Windows hosts (elastic#201030) (elastic#202595) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Endpoint] Show tooltip icon on `processes` response console command for SentinelOne Windows hosts (elastic#201030)](elastic#201030) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Paul Tavares","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-02T21:59:35Z","message":"[Security Solution][Endpoint] Show tooltip icon on `processes` response console command for SentinelOne Windows hosts (elastic#201030)\n\n## Summary\r\n\r\n- Displays a tooltip icon for the `processes` command on the Response\r\nConsole for SentinelOne Windows hosts indicating that `processes` is not\r\nsupported on those types of hosts","sha":"40905c14ad7383cc9abf046b0fb44e98da1e448e","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","backport:prev-minor","v8.17.0"],"title":"[Security Solution][Endpoint] Show tooltip icon on `processes` response console command for SentinelOne Windows hosts","number":201030,"url":"https://github.com/elastic/kibana/pull/201030","mergeCommit":{"message":"[Security Solution][Endpoint] Show tooltip icon on `processes` response console command for SentinelOne Windows hosts (elastic#201030)\n\n## Summary\r\n\r\n- Displays a tooltip icon for the `processes` command on the Response\r\nConsole for SentinelOne Windows hosts indicating that `processes` is not\r\nsupported on those types of hosts","sha":"40905c14ad7383cc9abf046b0fb44e98da1e448e"}},"sourceBranch":"main","suggestedTargetBranches":["8.17"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201030","number":201030,"mergeCommit":{"message":"[Security Solution][Endpoint] Show tooltip icon on `processes` response console command for SentinelOne Windows hosts (elastic#201030)\n\n## Summary\r\n\r\n- Displays a tooltip icon for the `processes` command on the Response\r\nConsole for SentinelOne Windows hosts indicating that `processes` is not\r\nsupported on those types of hosts","sha":"40905c14ad7383cc9abf046b0fb44e98da1e448e"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Paul Tavares <[email protected]>
- Loading branch information
1 parent
53e01df
commit 8e40ae2
Showing
14 changed files
with
80 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ const prepareTest = () => { | |
canUnIsolateHost: true, | ||
loading: false, | ||
}, | ||
platform: 'linux', | ||
}), | ||
}, | ||
}; | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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