elasticsearch-curator 是官方收购的开源社区周边产品,用来管理es的索引和快照. 官方文档:https://www.elastic.co/guide/en/elasticsearch/client/curator/current/index.html 功能包括:从别名添加.删除索引,更改分片路由分配,打开/关闭索引,创建/删除索引,快照管理.合并segment,更改索引分片副本数等. 目前使用的elasticsearch-curator版本是5.4, Python2.6安装…