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:
Jared Burgett 2025-03-31 10:09:45 -05:00 committed by GitHub
parent 7adc1821d8
commit 2b85484c1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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