Trying to use InfluxDB v2.0.1, setting things up and experimenting, now i want to drop series or delete data and there seems to be no equivalents to drop series
or delete from
in flux.
Am I crazy?
Trying to use InfluxDB v2.0.1, setting things up and experimenting, now i want to drop series or delete data and there seems to be no equivalents to drop series
or delete from
in flux.
Am I crazy?
Hello @dirtyfreebooter,
Does this help?
not really, since
In InfluxDB OSS 2.0 , the
influx delete --predicate
flag has been disabled.
Not sure why the predicate was removed.
I was experimenting and now i want to delete data for certain hosts, this is all telegraf/system data.
Hello,
I predicate works with Cloud but not OSS