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

Add support for 'influxd' configuration files #1113

Closed
sanderson opened this issue Jun 17, 2020 · 0 comments
Closed

Add support for 'influxd' configuration files #1113

sanderson opened this issue Jun 17, 2020 · 0 comments
Assignees

Comments

@sanderson
Copy link
Collaborator

sanderson commented Jun 17, 2020

PR: influxdata/influxdb#18568

influxd now supports configuration files. Some important things to cover:

  • Configuration setting order of precendence:
    1. CLI flags
    2. Environment variables
    3. Settings defined in the config file
  • Syntax and structure of the config file (yaml, toml, json)
  • All the configuration keys (same as the CLI flags without the -- prefix)
  • A config file can be provided via the INFLUXD_CONFIG_FILE env var. If a file is not provided via an env var, influxd will look in the current directory for a config.yaml file. If one does not exist, then it will continue unchanged.
Relevant URLs
@sanderson sanderson added this to the beta-13 milestone Jun 17, 2020
@sanderson sanderson self-assigned this Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant