-
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 file based on expected project t…
…ypes
- Loading branch information
spalger
committed
Feb 8, 2023
1 parent
52936a9
commit b576b95
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