kibana/config
Sander Philipse 7df567289a
[Search] Set up empty connectors page (#164340)
This adds an empty connectors page to the Elasticsearch project. The
Enterprise Search plugin exports relevant connectors data and functions,
the Search plugin simply consumes these.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-08-23 15:56:50 -05: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 [Search] Set up empty connectors page (#164340) 2023-08-23 15:56:50 -05: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 [Index Management] Disable index stats on serverless (#163849) 2023-08-23 08:18:48 -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