带标签键的DROP系列

时间:2017-09-29 16:50:46

标签: influxdb

我使用的是1.2.1-c1.2.2版本的shell版本

我希望删除标记值不为null的数据库中的所有系列。 https://docs.influxdata.com/influxdb/v1.3/query_language/database_management/#drop-series-from-the-index-with-drop-series

我运行了以下查询但仍然遇到同样的错误。如何使用where子句删除系列?

drop series from "measurement" where "tag" != ''

drop series from "measurement" where "tag" != 'abcd'

我收到以下错误

ERR: partial success, node 4 may be down (error code 1: fields not supported in WHERE clause during deletion)

如何在key_value上使用WHERE子句删除系列?

0 个答案:

没有答案