问题描述
我想使用 kibana 开发工具删除超过 30 天的 kibana 索引。
解决方法
您可以简单地使用 Index life cycle management 将其自动化。
EDIT 您可以使用 http://es-host:9200/_cat/indices?h=index,creation.date.string
查找集群中所有索引的索引创建时间,一旦您拥有所有索引,您可以使用 {{3} }.
我想使用 kibana 开发工具删除超过 30 天的 kibana 索引。
您可以简单地使用 Index life cycle management 将其自动化。
EDIT 您可以使用 http://es-host:9200/_cat/indices?h=index,creation.date.string
查找集群中所有索引的索引创建时间,一旦您拥有所有索引,您可以使用 {{3} }.