Skip to content

Commit

Permalink
Fix serviceEntityStoreEnabled experimental flag initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Dec 10, 2024
1 parent 3d46ead commit cd4495f
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 cd4495f

Please sign in to comment.