kibana/config
Jen Huang 950ee166da
[UII] Replace kibanaVersionCheckEnabled default value instead of config setting (#198172)
## Summary

This PR removes
`xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false` from
`kibana.yml` in favor of changing the default value that Fleet
populates, so that we do not apply the Kibana version constraint to EPR
requests for >= 9.0 deployments.

Prior to this change, this setting was not applied to ESS deployments as
`kibana.yml` is overridden there.

I updated the related task in
https://github.com/elastic/kibana/issues/192624 to reflect this change.
2024-10-30 14:22:52 -07:00
..
kibana.yml [UII] Replace kibanaVersionCheckEnabled default value instead of config setting (#198172) 2024-10-30 14:22:52 -07: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 [AI Assistant] Add assistant to Serverless Search (#196832) 2024-10-25 05:03:04 -05:00
serverless.oblt.yml [AI Assistant] Add assistant to Serverless Search (#196832) 2024-10-25 05:03:04 -05:00
serverless.security.yml Update max supported package version (#196551) 2024-10-16 19:40:00 +03:00
serverless.yml Set mget task claim strategy as the default (#197070) 2024-10-25 08:57:46 -04: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