You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried setting configuration with /etc/influxdb/config.yml and /etc/influxdb/config.toml while starting the systemd influxd.service. But only the configuration in config.toml seems to be read, since only this changes the port influxd is listening on in my setup.
Steps to reproduce:
List the minimal actions needed to reproduce the behaviour.
Install influxdb2 from https://repos.influxdata.com/debian on Ubuntu 24.04
I tried setting configuration with
/etc/influxdb/config.yml
and/etc/influxdb/config.toml
while starting the systemd influxd.service. But only the configuration inconfig.toml
seems to be read, since only this changes the port influxd is listening on in my setup.Steps to reproduce:
List the minimal actions needed to reproduce the behaviour.
https://repos.influxdata.com/debian
on Ubuntu 24.04/etc/influxdb/config.yml
systemctl restart influxd
Expected behaviour:
Influxd listens on localhost:8088
Actual behaviour:
Influxd listens on 0.0.0.0/8086 (default configuration)
Environment info:
uname -srm
or similar and copy the output here (we want to know your OS, architecture etc).OS: Ubuntu 24.04
Influxdb: v2.7.11
More details:
The following permissions are set (Only either
config.toml
andconfig.yml
are present throughout my tests):I also tried to help influxd by setting the following configurations within the service:
systemd service file:
Relevant URLs
The text was updated successfully, but these errors were encountered: