kibana/config
Miriam adb9573cb2
Revert "[APM] Add index.fast_refresh to .apm-custom-link" (#163142)
Reverts elastic/kibana#159674

The Elasticsearch team has changed their guidance about `fast_refresh`
and want this setting to be applied from within an Elasticsearch plugin
2023-08-08 08:34:48 +01:00
..
kibana.yml [Unified Search] Move autocomplete logic to unified search plugin (#129977) 2022-04-22 11:02:56 +05:00
node.options [node] Restore default Node.js 16 DNS lookup behavior (#163025) 2023-08-04 08:27:06 -05:00
README.md Fix config stacking order (#158827) 2023-06-05 15:15:07 +02:00
serverless.es.yml [Fleet] Support package capabilities filtering (#162435) 2023-07-28 15:58:06 -04:00
serverless.oblt.yml Revert "[APM] Add index.fast_refresh to .apm-custom-link" (#163142) 2023-08-08 08:34:48 +01:00
serverless.security.yml [Fleet] Support package capabilities filtering (#162435) 2023-07-28 15:58:06 -04:00
serverless.yml [Visualizations] Serverless yml settings (#162959) 2023-08-07 11:57:40 +03: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