Elasticsearch通过elasticsearch-curator 插件来定期删除Index
Elasticsearch管理中索引的管理非常重要。基于磁盘空间和性能的考量,索引的生命周期管理显得尤为重要。Curator允许对索引创建、删除等操作,下面是我们借助 elasticsearch-curator 插件来定期删除index.本文主要介绍elasticsearch-curator 插件的安装步骤。 Step 1下载 https://www.elastic.co/guide/en/elasticsearch/client/curator/current/yum-repository.html Step 2 上传安装包至服务器,并创建相应的文件 Step 3 安装 执行的安装命令如下: yum localinstall elasticsearch-curator- 5.8 . 1 - 1 .x86_64.rpm Step 4 完善更新配置文件 config.yml文件 详细内容如下: --- # Remember, leave a key empty if there is no value. None will be a string , # not a Python " NoneType " client: hosts: - 2 01.101 . 101.101 port: 端口 url_prefix: use_ssl: False certificate: