kibana/config
Kibana Machine d528ecbf18
[8.17] [docs] Update `kibana.yml` defaults (#206423) (#206501)
# Backport

This will backport the following commits from `main` to `8.17`:
- [[docs] Update `kibana.yml` defaults
(#206423)](https://github.com/elastic/kibana/pull/206423)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Alejandro Fernández
Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2025-01-13T19:55:24Z","message":"[docs]
Update `kibana.yml` defaults
(#206423)","sha":"d04318f047f1443ba57f9de9658fd3e48b922feb","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-major"],"title":"[docs]
Update `kibana.yml`
defaults","number":206423,"url":"https://github.com/elastic/kibana/pull/206423","mergeCommit":{"message":"[docs]
Update `kibana.yml` defaults
(#206423)","sha":"d04318f047f1443ba57f9de9658fd3e48b922feb"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206423","number":206423,"mergeCommit":{"message":"[docs]
Update `kibana.yml` defaults
(#206423)","sha":"d04318f047f1443ba57f9de9658fd3e48b922feb"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
2025-01-13 21:42:45 +00:00
..
kibana.yml [8.17] [docs] Update &#x60;kibana.yml&#x60; defaults (#206423) (#206501) 2025-01-13 21:42:45 +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.17] [ES3] Enable AI assistant knowledge base (#202210) (#202387) 2024-11-30 09:35:18 -06:00
serverless.oblt.yml [8.x] [AI Assistant] Add assistant to Serverless Search (#196832) (#198300) 2024-10-30 07:48:36 -05:00
serverless.security.yml [8.x][Index management] Project level retention support (#193715) (#197414) 2024-10-23 09:14:22 -05:00
serverless.yml [8.x] [Fleet] Use metering API in serverless (#200063) (#200663) 2024-11-19 10:14:37 -08: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