kibana/config
Kibana Machine 97dd882d3c
[9.0] Upgrade Node.js to 20.19.2 (#221177) (#223128)
# Backport

This will backport the following commits from `main` to `9.0`:
- [Upgrade Node.js to 20.19.2
(#221177)](https://github.com/elastic/kibana/pull/221177)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT
[{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2025-06-09T17:17:42Z","message":"Upgrade
Node.js to 20.19.2
(#221177)\n\nhttps://github.com/nodejs/node/releases/tag/v20.19.2\n\n---------\n\nCo-authored-by:
Tiago Costa
<tiago.costa@elastic.co>","sha":"96f48648a90333792f8da150667025423d7ff1b1","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.1.0"],"title":"Upgrade
Node.js to
20.19.2","number":221177,"url":"https://github.com/elastic/kibana/pull/221177","mergeCommit":{"message":"Upgrade
Node.js to 20.19.2
(#221177)\n\nhttps://github.com/nodejs/node/releases/tag/v20.19.2\n\n---------\n\nCo-authored-by:
Tiago Costa
<tiago.costa@elastic.co>","sha":"96f48648a90333792f8da150667025423d7ff1b1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221177","number":221177,"mergeCommit":{"message":"Upgrade
Node.js to 20.19.2
(#221177)\n\nhttps://github.com/nodejs/node/releases/tag/v20.19.2\n\n---------\n\nCo-authored-by:
Tiago Costa
<tiago.costa@elastic.co>","sha":"96f48648a90333792f8da150667025423d7ff1b1"}}]}]
BACKPORT-->

Co-authored-by: Jon <jon@elastic.co>
Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
2025-06-09 20:56:37 +02:00
..
kibana.yml [docs] Update kibana.yml defaults (#206423) 2025-01-13 20:55:24 +01:00
node.options [9.0] Upgrade Node.js to 20.19.2 (#221177) (#223128) 2025-06-09 20:56:37 +02:00
README.md Fix config stacking order (#158827) 2023-06-05 15:15:07 +02:00
serverless.es.yml [9.0] [Search] Fix notebooks config path (#210538) (#210571) 2025-02-11 16:17:04 +01:00
serverless.oblt.yml [9.0] [Search] Fix notebooks config path (#210538) (#210571) 2025-02-11 16:17:04 +01:00
serverless.security.yml [9.0] [Search] Fix notebooks config path (#210538) (#210571) 2025-02-11 16:17:04 +01:00
serverless.yml [9.0] Enable the new Borealis theme (#210468) (#211161) 2025-02-14 11:20:38 +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