如何删除 influxDB Cloud 或 influxDB explore 中的标签?就像标签一样:脚本,谢谢
How to delete a tags in influxDB Cloud or influxDB explore? Just like the tags: scripts, thx
influx delete --bucket default \ --start '1970-01-01T00:00:00Z' \ --stop $(date +"%Y-%m-%dT%H:%M:%SZ") --predicate "host=\"some-hostname\""
这将删除名称为“some-hostname”的主机标记的数据点。我还没有找到完全删除标签的方法
This will delete the data points for the host tag with the name "some-hostname".I've not found a way to completely remove a tag
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
这将删除名称为“some-hostname”的主机标记的数据点。
我还没有找到完全删除标签的方法
This will delete the data points for the host tag with the name "some-hostname".
I've not found a way to completely remove a tag