Update metrics of historical data?

Hi,

I’m running a local InfluxDB (1.7x) and have already pushed some data into it, using a Python script. Today I’ve pushed some more data to Influx and added some new fields and and tags.

Can I somehow modify the historical data as well?

Michael

I believe that if you specify a timestamp when pushing new measurements, subsequent writes will overwrite the previous measurement.

How are you writing the measurements to InfluxDB?

I’m writing w/o any timstamp. I decided to drop the database and start over now.

Thx,
Michael