kibana/config
Yuliia Naumenko f655be3f06
[8.x] [Inference Connector] Enable inference connector for ESS by default, disable it for Serverless (#209197) (#209865)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Inference Connector] Enable inference connector for ESS by default,
disable it for Serverless
(#209197)](https://github.com/elastic/kibana/pull/209197)

<!--- Backport version: 9.6.4 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Yuliia
Naumenko","email":"jo.naumenko@gmail.com"},"sourceCommit":{"committedDate":"2025-02-05T17:20:58Z","message":"[Inference
Connector] Enable inference connector for ESS by default, disable it for
Serverless (#209197)\n\n1. ECH/ESS: enable by default for 8.18\r\n2.
Serverless: disable by default until PC
approval","sha":"ba0b1eca91ab03b98c28d181923bc0e023ca9dc2","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","8.18
candidate","v8.18.0","v9.1.0","v8.19.0"],"title":"[Inference Connector]
Enable inference connector for ESS by default, disable it for
Serverless","number":209197,"url":"https://github.com/elastic/kibana/pull/209197","mergeCommit":{"message":"[Inference
Connector] Enable inference connector for ESS by default, disable it for
Serverless (#209197)\n\n1. ECH/ESS: enable by default for 8.18\r\n2.
Serverless: disable by default until PC
approval","sha":"ba0b1eca91ab03b98c28d181923bc0e023ca9dc2"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/209850","number":209850,"state":"OPEN"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209197","number":209197,"mergeCommit":{"message":"[Inference
Connector] Enable inference connector for ESS by default, disable it for
Serverless (#209197)\n\n1. ECH/ESS: enable by default for 8.18\r\n2.
Serverless: disable by default until PC
approval","sha":"ba0b1eca91ab03b98c28d181923bc0e023ca9dc2"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2025-02-06 17:17:01 +01:00
..
kibana.yml [8.x] [docs] Update &#x60;kibana.yml&#x60; defaults (#206423) (#206502) 2025-01-13 21:39:05 +00:00
node.options Revert "Enable heap snapshots for all our distributables (#181363)" 2024-04-24 14:40:47 -05:00
README.md Fix config stacking order (#158827) 2023-06-05 15:15:07 +02:00
serverless.es.yml [8.x] [FTR][Synonyms UI] Add Synonyms overview FTRs (#208723) (#208925) 2025-01-30 15:12:45 +01:00
serverless.oblt.yml [8.x] [Synonyms UI] Search synonyms rule flyout (#208564) (#208849) 2025-01-30 00:34:56 +00:00
serverless.security.yml [8.x] [Synonyms UI] Search synonyms rule flyout (#208564) (#208849) 2025-01-30 00:34:56 +00:00
serverless.yml [8.x] [Inference Connector] Enable inference connector for ESS by default, disable it for Serverless (#209197) (#209865) 2025-02-06 17:17:01 +01: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