mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution][Endpoint] Enable processes
response action for SentinelOne hosts (#189884)
## Summary - Enables the `processes` response action for SentinelOne hosts - Feature flag enabled: `responseActionsSentinelOneProcessesEnabled`
This commit is contained in:
parent
9aa39105b6
commit
8dbc2a08c3
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export const allowedExperimentalValues = Object.freeze({
|
|||
responseActionsSentinelOneKillProcessEnabled: true,
|
||||
|
||||
/** Enable the `processes` response actions for SentinelOne */
|
||||
responseActionsSentinelOneProcessesEnabled: false,
|
||||
responseActionsSentinelOneProcessesEnabled: true,
|
||||
|
||||
/**
|
||||
* Enables the ability to send Response actions to Crowdstrike and persist the results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue