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
System info:
InfluxDB 0.12.2
Fedora 23
Kernel 4.2.3-300.fc23.x86_64
In Oracle VM VirtualBox
Steps to reproduce:
Install InfluxDB using file "influxdb-0.12.2-1.x86_64.rpm"
Change the configuration file in /etc/influxdb/influxdb.conf
Restart influxd service
Expected behavior:
When I execute the command "influxd config" the configuration shown should be same of the file /etc/influxdb/influxdb.conf
Actual behavior:
The configuration shown with "influxd config" command is different from the configuration in file /etc/influxdb/influxdb.conf
Additional info:
The head of file /etc/influxdb/influxdb.conf
[root@fedora54 ~]# cat /etc/influxdb/influxdb.conf | more
### Welcome to the InfluxDB configuration file.
# Once every 24 hours InfluxDB will report anonymous data to m.influxdb.com
# The data includes raft id (random 8 bytes), os, arch, version, and metadata.
# We don't track ip addresses of servers reporting. This is only used
# to track the number of instances running and the versions, which
# is very helpful for us.
# Change this option to true to disable reporting.
reporting-disabled = true
# we'll try to get the hostname automatically, but if it the os returns somethin
g
# that isn't resolvable by other servers in the cluster, use this option to
# manually set the hostname
hostname = ""
###
### [meta]
###
### Controls the parameters for the Raft consensus group that stores metadata
### about the InfluxDB cluster.
###
[meta]
# Where the metadata/raft database is stored
dir = "/var/lib/influxdb/meta"
retention-autocreate = true
--More--
Support was added for this in #6444. If you want to use another configuration location or need to have this work in 0.12, use influxd config -config /etc/influxdb/influxdb.conf.
Bug report
System info:
InfluxDB 0.12.2
Fedora 23
Kernel 4.2.3-300.fc23.x86_64
In Oracle VM VirtualBox
Steps to reproduce:
Expected behavior:
When I execute the command "influxd config" the configuration shown should be same of the file /etc/influxdb/influxdb.conf
Actual behavior:
The configuration shown with "influxd config" command is different from the configuration in file /etc/influxdb/influxdb.conf
Additional info:
The text was updated successfully, but these errors were encountered: