Skip to content

Commit

Permalink
[ftr] update svl shared config with cluster settings (elastic#196336)
Browse files Browse the repository at this point in the history
## Summary

Adding Elasticsearch cluster settings to replicate MKI cluster setup for
FTR.
  • Loading branch information
dmlemeshko authored Oct 30, 2024
1 parent e3f3e27 commit 05efaaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/test_serverless/shared/config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ export default async () => {
`xpack.security.authc.realms.jwt.jwt1.pkc_jwkset_path=${getDockerFileMountPath(jwksPath)}`,
`xpack.security.authc.realms.jwt.jwt1.token_type=access_token`,
'serverless.indices.validate_dot_prefixes=true',
// controller cluster-settings
`cluster.service.slow_task_logging_threshold=15s`,
`cluster.service.slow_task_thread_dump_timeout=5s`,
`serverless.search.enable_replicas_for_instant_failover=true`,
],
ssl: true, // SSL is required for SAML realm
},
Expand Down

0 comments on commit 05efaaa

Please sign in to comment.