kibana/config
Gerard Soldevila adb4bdf8d8
SKA: Extract list of Kibana solutions into a dedicated package (#213353)
## Summary

The intent is to have a centralised place to store the list of Kibana
solutions and serverless project types.
To that end, this PR creates a `@kbn/projects-solutions-groups` package.
It also adds the new solution type `'chat'`.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-03-20 10:20:07 +01:00
..
kibana.yml [docs] Update kibana.yml defaults (#206423) 2025-01-13 20:55:24 +01:00
node.options [artifacts] Remove default --openssl-legacy-provider (#213123) 2025-03-04 16:51:46 -06:00
README.md SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
serverless.chat.yml SKA: Extract list of Kibana solutions into a dedicated package (#213353) 2025-03-20 10:20:07 +01:00
serverless.es.yml [ES3] Enable inference action type (#214085) 2025-03-12 13:43:57 +00:00
serverless.oblt.yml [Serverless] Exclude search connectors integration from serverless projects (#208772) 2025-02-12 16:03:32 +01:00
serverless.security.complete.yml [Ai4Soc] Tier specific security serverless config files (#213577) 2025-03-12 17:21:25 +01:00
serverless.security.essentials.yml [Ai4Soc] Tier specific security serverless config files (#213577) 2025-03-12 17:21:25 +01:00
serverless.security.search_ai_lake.yml [AI4DSOC] Add navigation (#214382) 2025-03-17 17:35:08 +00:00
serverless.security.yml Default xpack.task_manager.capacity to 20 for security projects (#212762) 2025-03-05 07:03:31 -05:00
serverless.yml [Serverless] Enabling .inference connector and temporary removing preconfigured connector for Elastic LLM (#212804) 2025-02-28 14:09:55 -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, security and chat

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