现有一个名为Log的索引,里面存放着2016年到2018年的日志信息,随着时间的增长,里面的日志信息也是相应的增长,如何删除索引里面2018年前的日志信息,而索引本身不删除?
求解,谢谢!
现有一个名为Log的索引,里面存放着2016年到2018年的日志信息,随着时间的增长,里面的日志信息也是相应的增长,如何删除索引里面2018年前的日志信息,而索引本身不删除?
求解,谢谢!
可以使用 DELETE by query
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.