摘要:
一、编写脚本 [root@ES-Log-1 ~]# vim delete_es_indices.sh #!/bin/bash #主机IP host_ip="172.16.1.24:9200" #超过10天的索引将要删除 delete_overday=10 function del_red_indic 阅读全文
posted @ 2022-07-22 16:14
年少纵马且长歌
阅读(381)
评论(0)
推荐(0)
摘要:
一、常见报错:shared小了 1.报错 #ES日志报错: Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [4999]/[5000] maximum shard 阅读全文
posted @ 2022-07-22 16:01
年少纵马且长歌
阅读(773)
评论(0)
推荐(0)