Skip to content

Commit 05efaaa

Browse files
authored
[ftr] update svl shared config with cluster settings (elastic#196336)
## Summary Adding Elasticsearch cluster settings to replicate MKI cluster setup for FTR.
1 parent e3f3e27 commit 05efaaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/test_serverless/shared/config.base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ export default async () => {
9595
`xpack.security.authc.realms.jwt.jwt1.pkc_jwkset_path=${getDockerFileMountPath(jwksPath)}`,
9696
`xpack.security.authc.realms.jwt.jwt1.token_type=access_token`,
9797
'serverless.indices.validate_dot_prefixes=true',
98+
// controller cluster-settings
99+
`cluster.service.slow_task_logging_threshold=15s`,
100+
`cluster.service.slow_task_thread_dump_timeout=5s`,
101+
`serverless.search.enable_replicas_for_instant_failover=true`,
98102
],
99103
ssl: true, // SSL is required for SAML realm
100104
},

0 commit comments

Comments
 (0)