kibana/config
Michael Olorunnisola 96a1ef4581
[Security Solution][Timeline] - ESQL in timeline (#166764)
## Summary

This PR leverages the work done
[here](https://github.com/elastic/kibana/pull/165596) to introduce ES|QL
into timeline. The goal of this PR is to provide security users easy
access to ESQL from within the security solution. It will be released in
`technical preview` for the 8.11 release.

<img width="1725" alt="image"
src="0e275cf7-bbce-476b-b1dc-8936427ad14f">

### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: Jatin Kathuria <jatin.kathuria@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Jatin Kathuria <jtn.kathuria@gmail.com>
2023-10-04 08:34:00 +02:00
..
kibana.yml [Unified Search] Move autocomplete logic to unified search plugin (#129977) 2022-04-22 11:02:56 +05:00
node.options [node] Enable openssl legacy provider (#163190) 2023-08-30 11:51:10 -07:00
README.md Fix config stacking order (#158827) 2023-06-05 15:15:07 +02:00
serverless.es.yml [Logs+] Improve observability log explorer global search behaviour (#167164) 2023-09-27 12:01:36 +01:00
serverless.oblt.yml [Logs+] Remove configurable redirects to Discover (#167151) 2023-09-27 18:02:37 +01:00
serverless.security.yml [Security Solution][Timeline] - ESQL in timeline (#166764) 2023-10-04 08:34:00 +02:00
serverless.yml [Fleet] Add retries w/ backoff to Fleet setup on Kibana boot (#167246) 2023-09-28 14:34:50 +02: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