Skip to content
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

kibana.yml should use dot-notated keys #4242

Closed
3 tasks
spalger opened this issue Jun 15, 2015 · 0 comments
Closed
3 tasks

kibana.yml should use dot-notated keys #4242

spalger opened this issue Jun 15, 2015 · 0 comments

Comments

@spalger
Copy link
Contributor

spalger commented Jun 15, 2015

With the new server, config is more extensible to support plugin development. To accomplish this, we are moving to dot-notated config keys. The kibana.yml file should be updated to use dot-notation, but still support the legacy underscored_key_format for any known keys.

  • support defining arbitrary config in the file
  • validate config against plugins' config schemas
  • update config references in the docs

known keys: https://github.com/simianhacker/kibana/blob/048cd0e2933ffc8b432505fb4fff1648cff5647d/src/server/lib/load_settings_from_yaml.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants