kibana/config
Alejandro Fernández Haro a387c0f80e
[8.8] [Serverless] Select project type via config (#155754) (#155997)
# Backport

This will backport the following commits from `main` to `8.8`:
- [[Serverless] Select project type via config
(#155754)](https://github.com/elastic/kibana/pull/155754)

<!--- Backport version: 8.9.7 -->

### 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":"2023-04-27T04:49:44Z","message":"[Serverless]
Select project type via config
(#155754)","sha":"de64ff5edfc2637c042d800f7c4c62d104f35320","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","technical
debt","release_note:skip","backport:prev-minor","v8.9.0","Project:Serverless
MVP"],"number":155754,"url":"https://github.com/elastic/kibana/pull/155754","mergeCommit":{"message":"[Serverless]
Select project type via config
(#155754)","sha":"de64ff5edfc2637c042d800f7c4c62d104f35320"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/155754","number":155754,"mergeCommit":{"message":"[Serverless]
Select project type via config
(#155754)","sha":"de64ff5edfc2637c042d800f7c4c62d104f35320"}}]}]
BACKPORT-->

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-04-27 08:19:35 -07:00
..
kibana.yml [Unified Search] Move autocomplete logic to unified search plugin (#129977) 2022-04-22 11:02:56 +05:00
node.options Bump node to 16.11.1 (#110684) 2021-10-16 16:21:58 -05:00
README.md [serverless] split serverless config files (#150616) 2023-02-08 13:28:47 -07:00
serverless.es.yml [serverless] split serverless config files (#150616) 2023-02-08 13:28:47 -07:00
serverless.oblt.yml [8.8] [Serverless] Select project type via config (#155754) (#155997) 2023-04-27 08:19:35 -07:00
serverless.security.yml [serverless] split serverless config files (#150616) 2023-02-08 13:28:47 -07:00
serverless.yml [Logs UI] Redirect Logs UI to Discover when in serverless mode (#154145) 2023-04-19 08:30:45 -07: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. kibana.yml
  2. serverless.yml
  3. serverless.{mode}.yml
  4. kibana.dev.yml
  5. serverless.dev.yml
  6. serverless.{mode}.dev.yml