mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
We are currently expecting serverless environments to be broken up into several different envs, this config structure allows us to customize the config based on that environment without major modifications to the config loading system.
496 B
496 B
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
- kibana.yml
- serverless.yml
- serverless.{mode}.yml
- kibana.dev.yml
- serverless.dev.yml
- serverless.{mode}.dev.yml