mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
Enabling Security's Entity store on Serverless (#216064)
Removes the "disabled" flag for Security's Entity Store feature from the Security Solution's serverless configuration (i.e., effectively enabling the feature in Serverless). This feature has already been tested in ECH. --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7adc1821d8
commit
2b85484c1e
1 changed files with 0 additions and 6 deletions
|
@ -175,12 +175,6 @@ console.ui.embeddedEnabled: false
|
|||
# Enable project level rentention checks in DSL form from Index Management UI
|
||||
xpack.index_management.enableProjectLevelRetentionChecks: true
|
||||
|
||||
# Experimental Security Solution features
|
||||
|
||||
# These features are disabled in Serverless until fully tested
|
||||
xpack.securitySolution.enableExperimental:
|
||||
- entityStoreDisabled
|
||||
|
||||
# Increase task manager capacity because security projects have more resources (Memory and CPU)
|
||||
xpack.task_manager.capacity: 20
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue