uiSettings should throw an error on unknown overrides #101295
Labels
Feature:uiSettings
impact:needs-assessment
Product and/or Engineering needs to evaluate the impact of the change.
loe:needs-research
This issue requires some research before it can be worked on or estimated
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
triage_needed
Part of #48925
The
uiSettings.overrides
setting which (when stored in kibana.yml or passed as config args when starting Kibana) allows forcing some uiSettings to always have a specific value. This setting accepts a map of uiSetting keys to values that will always be used to override whatever is stored in the config saved object. In #59694 we enforced validation on write, thereby preventing invalid values from being read or written.Kibana should protect against unknown settings that are added or overwritten using the
uiSetting.overrides.<key>
inkibana.yml
.Potential side effects
There's at least two cases where introducing an exception would be a problem:
The text was updated successfully, but these errors were encountered: