From 8dbc2a08c36f9d83c8a5aa3595ea0865777f5e0b Mon Sep 17 00:00:00 2001 From: Paul Tavares <56442535+paul-tavares@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:03:46 -0400 Subject: [PATCH] [Security Solution][Endpoint] Enable `processes` response action for SentinelOne hosts (#189884) ## Summary - Enables the `processes` response action for SentinelOne hosts - Feature flag enabled: `responseActionsSentinelOneProcessesEnabled` --- .../plugins/security_solution/common/experimental_features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/common/experimental_features.ts b/x-pack/plugins/security_solution/common/experimental_features.ts index 8263de8fb768be..ed8d76c1949a72 100644 --- a/x-pack/plugins/security_solution/common/experimental_features.ts +++ b/x-pack/plugins/security_solution/common/experimental_features.ts @@ -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