From e4108957324575231149a4a43dc984003b739d43 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:22:35 +1100 Subject: [PATCH] [8.x] [SecuritySolution] Fix serviceEntityStoreEnabled experimental flag initial value (#203573) (#203608) # Backport This will backport the following commits from `main` to `8.x`: - [[SecuritySolution] Fix serviceEntityStoreEnabled experimental flag initial value (#203573)](https://github.com/elastic/kibana/pull/203573) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Pablo Machado --- .../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 dd742f5847eda..428a48cf4b7be 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