-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[serverless] split serverless config files (#150616)
We are currently expecting serverless environments to be broken up into several different envs, this config structure allows us to customize the config based on that environment without major modifications to the config loading system.
- Loading branch information
Spencer
authored
Feb 8, 2023
1 parent
375a863
commit 065dbe7
Showing
9 changed files
with
51 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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 |
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters