我还没有完全理解潮流数据库的结构,我希望从中删除一些数据。我有以下内容:
net,agent_host=10.0.1.1,host=debian
net,host=debian,interface=all
net,host=debian,interface=eth0
net,host=dns1,interface=all
net,host=dns1,interface=eth0
net,host=dns2,interface=all
net,host=dns2,interface=eth0
net,host=plex,interface=all
net,host=plex,interface=eth0
我已经能够清空系列(?)net,agent_host=10.0.1.1,host=debian
,但正如您所看到的那样,{I} show series
时仍会列出该值。
我不想核对所有net
系列,但我不希望索引(?)net,agent_host=10.0.1.1,host=debian
出现。它在Grafana中添加了额外的字段,我只是不想要它。
我可以在不取消所有net
系列的情况下摆脱这种情况吗?
我通过发出:drop series from net where agent_host="10.0.1.1"
编辑:完全忘了。 InfluxDB版本1.1.1