英文:
Deleting old indices on ElasticSearch Kibana?
问题
我已经做了研究,我知道您可以在适当的Kibana上使用ILM来实现这一点。然而,ES Kibana没有这个选项,我不确定如何为其编写策略。Google和GPT都没有帮助。有没有文档可以查阅?谢谢?
英文:
I did my research and I am aware you can use ILM on proper Kibana for that. However, ES Kibana doesn't have that option, and I'm not sure how to write a policy for it. Google and GPT didn't help. Any docs I can look at? Thank you?
答案1
得分: 1
根据您的评论,我感谢您正在使用亚马逊 Opensearch 服务,并且您正在寻找 ILM。在 OpenSearch 中,这个功能称为索引状态管理(ISM),您可以在此处找到有关如何编写策略的更多信息:https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ism.html
英文:
Based on your comment, I appreciate you’re using Amazon Opensearch Service and you’re looking for ILM. In OpenSearch this feature is called Index State Management (ISM) and you can find more info on how to write policies here https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ism.html
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论