The 0.13 docs have every current configuration option listed. Anything not mentioned there can be deleted, I believe. The ones that have no match in the 0.13 docs are legacy settings from prior versions and can safely be deleted.
On Sat, Jun 11, 2016 at 2:28 AM, Willem D'Haese <[email protected]> wrote: > Hello, > > I was trying to make sure configs on different InfluxDB servers that all > are on v0.13.0-1. I'm working on are consistent. Seems now that on one > server, the global and meta pert looks like this: > > *reporting-disabled = true* > > *[registration]* > > *[meta]* > * dir = "/var/lib/influxdb/meta"* > * hostname = "localhost"* > * bind-address = ":8088"* > * retention-autocreate = true* > * election-timeout = "1s"* > * heartbeat-timeout = "1s"* > * leader-lease-timeout = "500ms"* > * commit-timeout = "50ms"* > * cluster-tracing = false* > * raft-promotion-enabled = true* > > On another server it looks like this: > > *reporting-disabled = true* > > *[meta]* > * enabled = true* > * dir = "/var/lib/influxdb/meta"* > * bind-address = ":8088"* > * http-bind-address = ":8091"* > * https-enabled = false* > * https-certificate = ""* > * retention-autocreate = true* > * election-timeout = "1s"* > * heartbeat-timeout = "1s"* > * leader-lease-timeout = "500ms"* > * commit-timeout = "50ms"* > * cluster-tracing = false* > * raft-promotion-enabled = true* > * logging-enabled = true* > * pprof-enabled = false* > * lease-duration = "1m0s"* > > And when I try to export a 'new' config with sudo influxd config -config > /etc/influxdb/influxdb.conf > /tmp/influxdb.conf.new > It looks like this: > > *reporting-disabled = true* > *bind-address = ":8088"* > *hostname = ""* > *join = ""* > > *[meta]* > * dir = "/var/lib/influxdb/meta"* > * retention-autocreate = true* > * logging-enabled = true* > * pprof-enabled = false* > * lease-duration = "1m0s"* > > Checking the InfluxDB 0.13 docs doesn't even seem to show certain config > directories (like *bind-address = ":8088", **hostname = "", **join = "")*. > So I'm a bit confused where I should put certain config directives. Under > meta? As a global config? > > Also, do I need stuff like * http-bind-address = ":8091" *when the > server is not part of a cluster? > > Thanks for any info you can give me. > > Willem > > -- > Remember to include the InfluxDB version number with all issue reports > --- > You received this message because you are subscribed to the Google Groups > "InfluxDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/influxdb. > To view this discussion on the web visit > https://groups.google.com/d/msgid/influxdb/65171186-620e-4ed2-bb77-158bdb08c3fe%40googlegroups.com > <https://groups.google.com/d/msgid/influxdb/65171186-620e-4ed2-bb77-158bdb08c3fe%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Sean Beckett Director of Support and Professional Services InfluxDB -- Remember to include the InfluxDB version number with all issue reports --- You received this message because you are subscribed to the Google Groups "InfluxDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/CALGqCvPbDKPVsT20OQCBm15D4HbKAxCKffwMLVUqNJrHEaeqqQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
