kibana/config
Mike Côté c4fce98bbf
Default xpack.task_manager.capacity to 20 for security projects (#212762)
Towards https://github.com/elastic/response-ops-team/issues/248

In this PR, I'm setting the default `xpack.task_manager.capacity` value
to `20` for security serverless projects. We've incremented this setting
gradually via gitops over the past few months and now it's set to `20`
across all environments. Before we cleanup the gitops repo, we need to
roll this out to all environments for the setting to remain in place.
2025-03-05 07:03:31 -05:00
..
kibana.yml [docs] Update kibana.yml defaults (#206423) 2025-01-13 20:55:24 +01:00
node.options [artifacts] Remove default --openssl-legacy-provider (#213123) 2025-03-04 16:51:46 -06:00
README.md Fix config stacking order (#158827) 2023-06-05 15:15:07 +02:00
serverless.es.yml [Serverless] Exclude search connectors integration from serverless projects (#208772) 2025-02-12 16:03:32 +01:00
serverless.oblt.yml [Serverless] Exclude search connectors integration from serverless projects (#208772) 2025-02-12 16:03:32 +01:00
serverless.security.yml Default xpack.task_manager.capacity to 20 for security projects (#212762) 2025-03-05 07:03:31 -05:00
serverless.yml [Serverless] Enabling .inference connector and temporary removing preconfigured connector for Elastic LLM (#212804) 2025-02-28 14:09:55 -08: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