Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有我的 influxdb 在服务器上工作。当我尝试使用 http://my_host:8086 打开 influxdb UI 时。我收到 404 作为响应。我错过了什么?请帮帮我。
在 1.3 版中,Web 管理界面在 InfluxDB 中不再可用。该接口不在端口 8083 上运行,如果该部分存在,InfluxDB 会忽略配置文件中的 [admin] 部分。Chronograf 用改进的工具替换了 Web 管理界面,用于查询数据、写入数据和数据库管理。有关更多信息,请参阅 Chronograf 的过渡指南。
在此处输入链接描述