How to install influxdb on Windows OS and access Admin Console

南笙酒味 提交于 2019-11-29 15:32:16
Mouli

Look for ..\influxdb-versiona.b.c.d\influxdb.conf file to enable Admin

It is in HOCON format Look for [admin] section. and uncomment it

from # [admin] to admin

By default, it will be commented "#" is used to comment in HOCON format. Uncomment the binding address and enabled = false

Change the enabled from false to true.

Run the following command

influxd -config influxdb.conf

Acces the Admin interface by using the http://localhost:8083/ url.

[httpd] 2016/11/15 14:52:22 Listening on HTTP: [::]:8086

You should be using http://localhost:8086 URL, I have no idea where did you get this 8083 from.


You might find Taurus tool easier for use, apart from real-time results analysis it provides powerful Fass/Fail Criteria subsystem, Resource Monitoring and much more

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!