[Ftr] update svl roles and settings from controller (#195563)

## Summary

Updating default roles for Oblt project and ES nodes settings for
Security project to match elasticsearch-controller configuration

Adding obs teams for review to bring attention: we need to copy changes
from controllers manually to make sure our serverless simulation in
Kibana CI is close to real MKI env

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Dzmitry Lemechko 2024-10-11 12:48:17 +02:00 committed by GitHub
parent d08c2bb743
commit 4cd83b10d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 5 deletions

View file

@ -25,6 +25,11 @@ viewer:
- 'read'
- 'view_index_metadata'
allow_restricted_indices: false
- names:
- '.slo-observability.*'
privileges:
- 'read'
- 'view_index_metadata'
applications:
- application: 'kibana-.kibana'
privileges:
@ -69,6 +74,13 @@ editor:
- 'write'
- 'maintenance'
allow_restricted_indices: false
- names:
- '.slo-observability.*'
privileges:
- 'write'
- 'read'
- 'view_index_metadata'
- 'manage'
applications:
- application: 'kibana-.kibana'
privileges:

View file

@ -30,11 +30,7 @@ const esServerArgsFromController = {
// for ML, data frame analytics are not part of this project type
'xpack.ml.dfa.enabled=false',
],
security: [
'xpack.security.authc.api_key.cache.max_keys=70000',
'data_streams.lifecycle.retention.factory_default=365d',
'data_streams.lifecycle.retention.factory_max=365d',
],
security: ['xpack.security.authc.api_key.cache.max_keys=70000'],
};
// include settings from kibana controller