【Elasticsearch】es 报错 index has not yet rolled over with that alias

在这里插入图片描述

1.概述

一个老的索引报错生命周期异常,如下
在这里插入图片描述
看起来是别名没有指向43索引,目前写索引最新的是51

PUT xxxx-xx-000043/_settings
{
   
    
    
  "lifecycle":{
   
    
    
    &

猜你喜欢

转载自blog.csdn.net/qq_21383435/article/details/113879447