kibana/config
Katerina Patticha 1f99a04134
[Observability] Add side navigation for serverless observability (#157360)
## Summary

The PR introduces the first iteration of the side navigation bar for
serverless observability. Part of
https://github.com/elastic/kibana/issues/153777

### Run locally

```
yarn serverless-oblt
```

#### Screenshots 


![image](b4a8a4d8-f18e-41e8-bf0e-798a75848885)



39ded143-0d4b-4ea6-9534-0ca87b80662d




### Fixes
- Fix rendering the icon for the nested navigation items  
-
24ee4dc616

### Notes

- There is an issue where the selected navigation item is not properly
highlighted and loses focus when the user clicks anywhere else on the
page. (atm out of the scope of the PR)
- The navigation tree is subject to change as there is an ongoing
discussion about the naming and order

---------

Co-authored-by: Søren Louv-Jansen <soren.louv@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-05-12 20:14:48 +02: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 Search] Create overview page (#157021) 2023-05-10 20:00:57 +02:00
serverless.oblt.yml [Observability] Add side navigation for serverless observability (#157360) 2023-05-12 20:14:48 +02:00
serverless.security.yml [serverless] Create Security Serverless plugin (#156104) 2023-05-02 05:42:55 -07:00
serverless.yml Enables preventing access to internal APIs (#156935) 2023-05-10 04:25:15 -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