kibana/config
Sergi Massaneda 9077414852
[Security Solution] Fix old siem feature override (#207333)
## Summary

Adds the feature override for the old `siem` feature as well, we changed
that to the new one here


https://github.com/elastic/kibana/pull/201780/files#diff-5aba630e58630c087c90368aa97296afb736f62579a23285cef901dc1c3921edR27

Related failure: https://github.com/elastic/kibana/issues/207285

The problem happened because MKI tests are using the outdated roles
definition with the old `feature_siem` which was lacking the feature
override in the serverless.security.yml

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-01-21 15:50:53 +01:00
..
kibana.yml [docs] Update kibana.yml defaults (#206423) 2025-01-13 20:55:24 +01:00
node.options Revert "Enable heap snapshots for all our distributables (#181363)" 2024-04-24 14:40:47 -05:00
README.md Fix config stacking order (#158827) 2023-06-05 15:15:07 +02:00
serverless.es.yml [Onboarding] [Stack] Add Onboarding experience into Stack (#204351) 2025-01-15 17:03:25 -07:00
serverless.oblt.yml [Onboarding] [Stack] Add Onboarding experience into Stack (#204351) 2025-01-15 17:03:25 -07:00
serverless.security.yml [Security Solution] Fix old siem feature override (#207333) 2025-01-21 15:50:53 +01:00
serverless.yml Replace Borealis isServerless conditional with YML config (#206690) 2025-01-20 16:38:50 +01:00

as work on serverless picks up we will add config values to these files that define how Kibana will run in "serverless" modes. To start Kibana locally with this configuration, pass --serverless={mode} or run yarn serverless-{mode}

valid modes are currently: es, oblt, and security

configuration is applied in the following order, later values override

  1. serverless.yml (serverless configs go first)
  2. serverless.{mode}.yml (serverless configs go first)
  3. base config, in this preference order:
  • my-config.yml(s) (set by --config)
  • env-config.yml (described by env.KBN_CONFIG_PATHS)
  • kibana.yml (default @ env.KBN_PATH_CONF/kibana.yml)
  1. kibana.dev.yml
  2. serverless.dev.yml
  3. serverless.{mode}.dev.yml