diff --git a/x-pack/plugins/security_solution/common/experimental_features.ts b/x-pack/plugins/security_solution/common/experimental_features.ts index 2e8035cef2e0c..8263de8fb768b 100644 --- a/x-pack/plugins/security_solution/common/experimental_features.ts +++ b/x-pack/plugins/security_solution/common/experimental_features.ts @@ -72,7 +72,7 @@ export const allowedExperimentalValues = Object.freeze({ responseActionsSentinelOneGetFileEnabled: true, /** Enables the `kill-process` response action for SentinelOne */ - responseActionsSentinelOneKillProcessEnabled: false, + responseActionsSentinelOneKillProcessEnabled: true, /** Enable the `processes` response actions for SentinelOne */ responseActionsSentinelOneProcessesEnabled: false,