mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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. |
||
---|---|---|
.. | ||
kibana.yml | ||
node.options | ||
README.md | ||
serverless.es.yml | ||
serverless.oblt.yml | ||
serverless.security.yml | ||
serverless.yml |
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
- serverless.yml (serverless configs go first)
- serverless.{mode}.yml (serverless configs go first)
- 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)
- kibana.dev.yml
- serverless.dev.yml
- serverless.{mode}.dev.yml