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

meta http port config #30

Open
mrichar1 opened this issue Mar 18, 2019 · 0 comments
Open

meta http port config #30

mrichar1 opened this issue Mar 18, 2019 · 0 comments

Comments

@mrichar1
Copy link

mrichar1 commented Mar 18, 2019

I've been trying to alter the meta settings according to the docs by doing:

influxdb:
  meta:
    enabled:true
    bind:
      address: 127.0.0.1
      port: 8088
      http_address: 127.0.0.1
      http_port: 8091

However this continually returns the error:

SaltRenderError: Jinja variable 'dict object' has no attribute 'http_port'

Looking at the influxdb.conf jinja template, it appears to do:

bind-address = "{{ server.meta.bind.address }}:{{ server.admin.bind.port }}"
http-bind-address = "{{ server.meta.bind.http_address }}:{{ server.admin.bind.http_port }}"

Shouldn't the port for these 2 config options be read from server.meta. and not server.admin. ?

http-bind-address = "{{ server.meta.bind.http_address }}:{{ server.admin.bind.http_port }}"

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