Skip to content

Commit

Permalink
[SecuritySolution] Fix serviceEntityStoreEnabled experimental flag in…
Browse files Browse the repository at this point in the history
…itial value (elastic#203573)

## Summary

Fix serviceEntityStoreEnabled experimental flag initial value.
  • Loading branch information
machadoum authored Dec 10, 2024
1 parent 36a36b4 commit bd70664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd70664

Please sign in to comment.