-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[serverless] split serverless config files #150616
Conversation
7236568
to
ffb1863
Compare
|
||
configuration is applied in the following order, later values override | ||
1. kibana.yml | ||
2. serverless.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clintandrewhall FYI, I tried the serverless/all.yml
etc idea and unfortunately git has some weird restriction that prevents the .gitignores from working correctly.
8ecee2f
to
4b0b615
Compare
4b0b615
to
b576b95
Compare
Pinging @elastic/kibana-operations (Team:Operations) |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
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.