I am facing issues with port number when starting up influx db on my linux host. influxdb.conf has below sttings: [admin] enabled = true bind-address = ":8083" https-enabled = false https-certificate = "/etc/ssl/influxdb.pem"
### ### [http] ### ### Controls how the HTTP endpoints are configured. These are the primary ### mechanism for getting data into and out of InfluxDB. ### [http] enabled = true bind-address = ":8089" auth-enabled = false log-enabled = true write-tracing = false pprof-enabled = false https-enabled = false https-certificate = "/etc/ssl/influxdb.pem" ### Use a separate private key location. # https-private-key = "" max-row-limit = 10000 realm = "InfluxDB" I could not find any service configured to use 8088 but I keep getting below error message on the stratup:I am confused to understand where the system is picking up the port 8088. 8088 is bust on my machine and I do not want to disturb it. [run] 2016/11/14 21:39:39 InfluxDB starting, version 1.0.2, branch master, commit ff307047057b7797418998a4ed709b0c0f346324 [run] 2016/11/14 21:39:39 Go version go1.6.2, GOMAXPROCS set to 2 [run] 2016/11/14 21:39:39 Using configuration at: /etc/influxdb/influxdb.conf run: open server: listen: listen tcp :8088: bind: address already in use Would be great to know where I can make this change. Thanks in advance!! Abhishek. -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" 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/bcc6c0f3-9bb6-4939-91ce-2f3f33045a07%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
