--- etc/influxdb/influxdb.conf.orig 2017-01-17 17:09:18.084127864 +0100 +++ etc/influxdb/influxdb.conf 2017-01-17 17:28:31.214127932 +0100 @@ -10,12 +10,16 @@ # usage data. No data from user databases is ever transmitted. # Change this option to true to disable reporting. # reporting-disabled = false +reporting-disabled = true # we'll try to get the hostname automatically, but if it the os returns something # that isn't resolvable by other servers in the cluster, use this option to # manually set the hostname # hostname = "localhost" + +bind-address = "127.0.0.1:8088" + ### ### [meta] ### @@ -204,9 +208,10 @@ ### mechanism for getting data into and out of InfluxDB. ### -# [http] +[http] # Determines whether HTTP endpoint is enabled. # enabled = true + enabled = false # The bind address used by the HTTP service. # bind-address = ":8086"