Hello, I'm injecting in my database an array of 2 elements: the first one is the fields and the second one is the tags as sugested here : [Influx DB contrib ][(https://flows.nodered.org/node/node-red-contrib-influxdb)]
In field I have put my timestamp because I don't want Influx DB to set the time_stamp, I wan't to set it.
This is my debug message (msg.payload) before the input of InfluxDB node (the classic one not the Batch node):
[{"time":1564134384,"Concentration_C02":4080,"Temperature":40.8,"Relative_Humidity":102,"Frame_Index":2},{"Device":"test_datalog","Type_Produit":"Insafe_Carbon_Sigfox","Type_Message":"Datalog"}]
This my error message coming from InfluxDB node: Error: A 400 Bad Request error occurred: {"error":"partial write: points beyond retention policy dropped=1"}
This my DB retention configuration: ( I have deleted autogen retention policy)
name duration shardGroupDuration replicaN default
---- -------- ------------------ -------- -------
un_an 8760h0m0s 168h0m0s 1 true
Thank you for your help