From bd70664bd15f0cb9ad4ea251c81b82fdc07e9f40 Mon Sep 17 00:00:00 2001 From: Pablo Machado Date: Tue, 10 Dec 2024 16:15:19 +0100 Subject: [PATCH] [SecuritySolution] Fix serviceEntityStoreEnabled experimental flag initial value (#203573) ## Summary Fix serviceEntityStoreEnabled experimental flag initial value. --- .../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 03412c7ff4b26..05b3c2ac9af51 100644 --- a/x-pack/plugins/security_solution/common/experimental_features.ts +++ b/x-pack/plugins/security_solution/common/experimental_features.ts @@ -246,7 +246,7 @@ export const allowedExperimentalValues = Object.freeze({ /** * Enables the Service Entity Store. The Entity Store feature will install the service engine by default. */ - serviceEntityStoreEnabled: true, + serviceEntityStoreEnabled: false, /** * Enables the siem migrations feature