Hi folks!
I’m using InfluxDB 1.8.3 with flux enabled with official docker image.
With a deployment I have a strange behavior: if I add a point to the db, running a InfluxQL query (like SELECT * FROM Local.autogen.Alarms) shows immediately the measurement, indeed the Flux query (like from(bucket: "Local/autogen") |> range(start: 0)) doesn’t return any measurement. It appears after some minuets/hours; honestly I don’t know exactly when o why.
Retention of autogen is infinite and I expect one point, what I’ve just added.
It’s so strange because with the same container, same configuration, I don’t have this strange behavior. I’ve already retried to recreate the container and create an empty volume: no changes.
Hi @Anaisdg ,
after a while I understood that the container has wrong time set and flux syntax only returns past points using local time. So points simply weren’t visibled.