kibana/config
Rodney Norris d770d21312
[Search] Notebooks: add support for remote catalog fetching (#182590)
## Summary

This adds a new config item for the `search_notebooks` catalog to allow
fetching it from a URL instead of only serving the static notebooks
packaged with Kibana. This will be used in ES3 to ensure we have the
latest notebooks, but also give us the ability to change which notebooks
are served without making kibana code changes.
2024-05-08 16:11:47 -05:00
..
kibana.yml [browser logging] allow to configure root level (#176397) 2024-02-12 05:26:57 -07: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 [Search] Notebooks: add support for remote catalog fetching (#182590) 2024-05-08 16:11:47 -05:00
serverless.oblt.yml [Infra][Serverless]Enable OSQuery in serverless (#182608) 2024-05-06 10:21:03 -03:00
serverless.security.yml [Security Solution] - Security solution ES|QL configurable via advanced setting (#181616) 2024-05-02 13:02:46 -04:00
serverless.yml [Reporting/CSV] Resolve max_concurrent_shard_requests issue (#182536) 2024-05-03 07: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. 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