Hi all,
I have a timeout issue with influx 1.8.4 running in raspbian buster, both from the cli and from the influxdb node-red node. From collectd everything works fine.
To summarize and simplify the problem, from the cli
- I create a new DB
- I try to load some data in it
- I get a timeout error.
Connected to http://localhost:8086 version 1.8.4
InfluxDB shell version: 1.8.4
create database test
use test
Using database test
INSERT cpu,host=serverA,region=us_west value=0.64
ERR: {“error”:“timeout”}
Do you any suggestion?
Thanks