I’m starting with influxdb, after install it locally I can’t access web UI on http://localhost:8083 and I should be able to do it according what I have read.
I’m using ubuntu 16.04 and influxdb 1.3.3. The services start succesfully, What I’m missing?
root@fran:~# service influxdb status
● influxdb.service - InfluxDB is an open-source, distributed, time series database
Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
Active: active (running) since lun 2017-08-21 09:31:18 WEST; 3s ago
Docs: https://docs.influxdata.com/influxdb/
Main PID: 3851 (influxd)
Tasks: 9
Memory: 7.9M
CPU: 137ms
CGroup: /system.slice/influxdb.service
└─3851 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Starting precreation service with check interval of 10m0s, advance period of 30m0s service=shard-precreation
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Starting snapshot service service=snapshot
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Starting continuous query service service=continuous_querier
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Starting HTTP service service=httpd
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Authentication enabled:false service=httpd
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Listening on HTTP:[::]:8086 service=httpd
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Starting retention policy enforcement service with check interval of 30m0s service=retention
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Storing statistics in database '_internal' retention policy 'monitor', at interval 10s service=monitor
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Listening for signals
ago 21 09:31:18 fran influxd[3851]: [I] 2017-08-21T08:31:18Z Sending usage statistics to usage.influxdata.com
Thanks.