-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
etc/config.sample.toml missing top-level bind-address setting #7760
Comments
|
Also what version of Influx are you using? |
Please find full configuration file and version stamp. Note that I have modified only
|
However, the error you pasted:
8088 is not the same port as 8086. The sample config is missing the top-level I'm leaving this issue open to track adding the missing config setting. |
@mark-rushakoff I have just tested and can see port bindings as expected. I will leave it with you for further advise. |
the same happend to me i found a posible cause Needs update to go 1.8 to fix it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions. |
Hi,
I am currently setting up InfluxDB in Ubuntu 16.04 and have VPN enabled with this
bind-address
configuration.bind-address = "10.X.X.X:8086"
Could see the output of
netstat -nlpt
below and as you can see it is not binding to VPN address even after service and server restart.tcp6 0 0 :::8086 :::* LISTEN 2314/influxd
Could you please help me on this at the earliest.
The text was updated successfully, but these errors were encountered: