mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[SecuritySolution] Fix serviceEntityStoreEnabled experimental flag initial value (#203573)
## Summary Fix serviceEntityStoreEnabled experimental flag initial value.
This commit is contained in:
parent
36a36b44e0
commit
bd70664bd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue