influxdb
influxdb copied to clipboard
open index.html: no such file or directory
I installed influxdb2-2.7.0-linux-amd64.tar.gz , and stared with the command 'influxd',but when I open the Web UI with the http://172.16.0.178:8086,the browser only show "open index.html: no such file or directory" the start log as blow: [root@hadoop3 influxdb2_linux_amd64]# ./influxd 2023-12-30T14:07:21.412002Z info Welcome to InfluxDB {"log_id": "0mQlecGl000", "version": "v2.7.0", "commit": "85f725f8b9", "build_date": "2023-04-05T15:32:25Z", "log_level": "info"} 2023-12-30T14:07:21.413973Z info Resources opened {"log_id": "0mQlecGl000", "service": "bolt", "path": "/opt/module/influxdata/influxd.bolt"} 2023-12-30T14:07:21.414258Z info Resources opened {"log_id": "0mQlecGl000", "service": "sqlite", "path": "/opt/module/influxdata/influxd.sqlite"} 2023-12-30T14:07:21.430645Z info Checking InfluxDB metadata for prior version. {"log_id": "0mQlecGl000", "bolt_path": "/opt/module/influxdata/influxd.bolt"} 2023-12-30T14:07:21.430840Z info Using data dir {"log_id": "0mQlecGl000", "service": "storage-engine", "service": "store", "path": "/opt/module/influxdata/engine/data"} 2023-12-30T14:07:21.430939Z info Compaction settings {"log_id": "0mQlecGl000", "service": "storage-engine", "service": "store", "max_concurrent_compactions": 1, "throughput_bytes_per_second": 50331648, "throughput_bytes_per_second_burst": 50331648} 2023-12-30T14:07:21.430955Z info Open store (start) {"log_id": "0mQlecGl000", "service": "storage-engine", "service": "store", "op_name": "tsdb_open", "op_event": "start"} 2023-12-30T14:07:21.431105Z info Open store (end) {"log_id": "0mQlecGl000", "service": "storage-engine", "service": "store", "op_name": "tsdb_open", "op_event": "end", "op_elapsed": "0.150ms"} 2023-12-30T14:07:21.431146Z info Starting retention policy enforcement service {"log_id": "0mQlecGl000", "service": "retention", "check_interval": "30m"} 2023-12-30T14:07:21.431165Z info Starting precreation service {"log_id": "0mQlecGl000", "service": "shard-precreation", "check_interval": "10m", "advance_period": "30m"} 2023-12-30T14:07:21.432449Z info Starting query controller {"log_id": "0mQlecGl000", "service": "storage-reads", "concurrency_quota": 1024, "initial_memory_bytes_quota_per_query": 9223372036854775807, "memory_bytes_quota_per_query": 9223372036854775807, "max_memory_bytes": 0, "queue_size": 1024} 2023-12-30T14:07:21.438718Z info Configuring InfluxQL statement executor (zeros indicate unlimited). {"log_id": "0mQlecGl000", "max_select_point": 0, "max_select_series": 0, "max_select_buckets": 0} 2023-12-30T14:07:21.446408Z info Starting {"log_id": "0mQlecGl000", "service": "telemetry", "interval": "8h"} 2023-12-30T14:07:21.446561Z info Listening {"log_id": "0mQlecGl000", "service": "tcp-listener", "transport": "http", "addr": ":8086", "port": 8086}
I fixed this problem,because I config the “INFLUXD_ASSETS_PATH” Environment Variables。this Flag is internal use parameter。