Hello I have a problem with my InfluxDB, well not exactly sure if it is a problem. The thing is when I run influxd command I can then connect to InfluxDB no problem. I am able to use Telegraf and everything else I need in my case but the thing is, that in cli I always get message authorization not found. I dont know what is the deal with this and as I said everything is working so I would like to know if I should try to repair it or if I can let it be like that.
I am running InfluxDB 2.0 rc on Ubuntu 20.04.1 LTS
Here is the message I am getting
2020-10-20T12:35:09.905014Z info Welcome to InfluxDB {“log_id”: “0PyVwspG000”, “version”: “2.0.0-rc.0”, “commit”: “df47ec7bb2”, “build_date”: “2020-09-29T22:08:57Z”}
2020-10-20T12:35:09.909259Z info Resources opened {“log_id”: “0PyVwspG000”, “service”: “bolt”, “path”: “/root/.influxdbv2/influxd.bolt”}
2020-10-20T12:35:09.914423Z info Checking InfluxDB metadata for prior version. {“log_id”: “0PyVwspG000”, “bolt_path”: “/root/.influxdbv2/influxd.bolt”}
2020-10-20T12:35:09.914698Z info Using data dir {“log_id”: “0PyVwspG000”, “service”: “storage-engine”, “path”: “/root/.influxdbv2/engine/data”}
2020-10-20T12:35:09.914952Z info Compaction settings {“log_id”: “0PyVwspG000”, “service”: “storage-engine”, “max_concurrent_compactions”: 1, “throughput_bytes_per_second”: 50331648, “throughput_bytes_per_second_burst”: 50331648}
2020-10-20T12:35:09.915309Z info Open store (start) {“log_id”: “0PyVwspG000”, “service”: “storage-engine”, “op_name”: “tsdb_open”, “op_event”: “start”}
2020-10-20T12:35:09.927568Z info Opened shard {“log_id”: “0PyVwspG000”, “service”: “storage-engine”, “op_name”: “tsdb_open”, “index_version”: “tsi1”, “path”: “/root/.influxdbv2/engine/data/8715c4feb96a9b9c/autogen/99”, “duration”: “8.884ms”}
…
2020-10-20T12:35:18.287465Z info Opened shard {“log_id”: “0PyVwspG000”, “service”: “storage-engine”, “op_name”: “tsdb_open”, “index_version”: “tsi1”, “path”: “/root/.influxdbv2/engine/data/8715c4feb96a9b9c/autogen/794”, “duration”: “7.743ms”}
2020-10-20T12:35:18.299180Z info Open store (end) {“log_id”: “0PyVwspG000”, “service”: “storage-engine”, “op_name”: “tsdb_open”, “op_event”: “end”, “op_elapsed”: “8383.872ms”}
2020-10-20T12:35:18.299424Z info Starting retention policy enforcement service {“log_id”: “0PyVwspG000”, “service”: “retention”, “check_interval”: “30m”}
2020-10-20T12:35:18.299499Z info Starting precreation service {“log_id”: “0PyVwspG000”, “service”: “shard-precreation”, “check_interval”: “10m”, “advance_period”: “30m”}
2020-10-20T12:35:18.299665Z info Starting query controller {“log_id”: “0PyVwspG000”, “service”: “storage-reads”, “concurrency_quota”: 10, “initial_memory_bytes_quota_per_query”: 9223372036854775807, “memory_bytes_quota_per_query”: 9223372036854775807, “max_memory_bytes”: 0, “queue_size”: 10}
2020-10-20T12:35:18.300232Z info Configuring InfluxQL statement executor (zeros indicate unlimited). {“log_id”: “0PyVwspG000”, “max_select_point”: 0, “max_select_series”: 0, “max_select_buckets”: 0}
2020-10-20T12:35:18.595787Z info Starting {“log_id”: “0PyVwspG000”, “service”: “telemetry”, “interval”: “8h”}
2020-10-20T12:35:18.595971Z info Listening {“log_id”: “0PyVwspG000”, “transport”: “http”, “addr”: “:8086”, “port”: 8086}
2020-10-20T12:35:20.285569Z info Unauthorized {“log_id”: “0PyVwspG000”, “error”: “authorization not found”}
2020-10-20T12:35:30.284557Z info Unauthorized {“log_id”: “0PyVwspG000”, “error”: “authorization not found”}
2020-10-20T12:35:40.287914Z info Unauthorized {“log_id”: “0PyVwspG000”, “error”: “authorization not found”}