mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
[Security Solution] Enable SIEM migrations in serverless (#214708)
## Summary Enables the SIEM Migrations feature in serverless. The experimental flag will be cleaned later. > [!NOTE] To release this feature as planned (Friday 28th March 2025), this PR needs to merge between Monday **24** and Thursday **27** ### Screenshot  Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
7512aa30fa
commit
2c98a2244f
2 changed files with 1 additions and 2 deletions
|
@ -180,7 +180,6 @@ xpack.index_management.enableProjectLevelRetentionChecks: true
|
|||
# These features are disabled in Serverless until fully tested
|
||||
xpack.securitySolution.enableExperimental:
|
||||
- entityStoreDisabled
|
||||
- siemMigrationsDisabled
|
||||
|
||||
# Increase task manager capacity because security projects have more resources (Memory and CPU)
|
||||
xpack.task_manager.capacity: 20
|
||||
|
|
|
@ -10,7 +10,7 @@ import { createTestConfig } from '../../../../../config/serverless/config.base';
|
|||
|
||||
export default createTestConfig({
|
||||
kbnTestServerArgs: [
|
||||
`--xpack.securitySolution.enableExperimental=${JSON.stringify([])}`, // override to empty array so the flag is not disabled
|
||||
`--xpack.securitySolution.enableExperimental=${JSON.stringify([])}`,
|
||||
`--xpack.securitySolutionServerless.productTypes=${JSON.stringify([
|
||||
{ product_line: 'security', product_tier: 'complete' },
|
||||
{ product_line: 'endpoint', product_tier: 'complete' },
|
||||
|
|
Loading…
Add table
Reference in a new issue