[SecuritySolution] Fix serviceEntityStoreEnabled experimental flag initial value (#203573)

## Summary

Fix serviceEntityStoreEnabled experimental flag initial value.
This commit is contained in:
Pablo Machado 2024-12-10 16:15:19 +01:00 committed by GitHub
parent 36a36b44e0
commit bd70664bd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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