Skip to content

Commit

Permalink
[8.x] [SecuritySolution] Fix serviceEntityStoreEnabled experimental f…
Browse files Browse the repository at this point in the history
…lag initial value (#203573) (#203608)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[SecuritySolution] Fix serviceEntityStoreEnabled experimental flag
initial value (#203573)](#203573)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Pablo
Machado","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-10T15:15:19Z","message":"[SecuritySolution]
Fix serviceEntityStoreEnabled experimental flag initial value
(#203573)\n\n## Summary\n\nFix serviceEntityStoreEnabled experimental
flag initial
value.","sha":"bd70664bd15f0cb9ad4ea251c81b82fdc07e9f40","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:
SecuritySolution","Theme: entity_analytics","Feature:Entity
Analytics","Team:Entity
Analytics","backport:version","v8.18.0"],"title":"[SecuritySolution] Fix
serviceEntityStoreEnabled experimental flag initial
value","number":203573,"url":"https://github.com/elastic/kibana/pull/203573","mergeCommit":{"message":"[SecuritySolution]
Fix serviceEntityStoreEnabled experimental flag initial value
(#203573)\n\n## Summary\n\nFix serviceEntityStoreEnabled experimental
flag initial
value.","sha":"bd70664bd15f0cb9ad4ea251c81b82fdc07e9f40"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203573","number":203573,"mergeCommit":{"message":"[SecuritySolution]
Fix serviceEntityStoreEnabled experimental flag initial value
(#203573)\n\n## Summary\n\nFix serviceEntityStoreEnabled experimental
flag initial
value.","sha":"bd70664bd15f0cb9ad4ea251c81b82fdc07e9f40"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Pablo Machado <[email protected]>
  • Loading branch information
kibanamachine and machadoum authored Dec 11, 2024
1 parent cdc6954 commit e410895
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 e410895

Please sign in to comment.