里面设置滚动别名
其中设置 ilm 生命周期,
设置字段的类型属性
如
# PUT /<my-index-{now/d}> PUT /%3Cmy-index-%7Bnow%2Fd%7D%3E
POST /_aliases { "actions": [ { "add":{ "index":"my-index-2022.01.24-000001", "alias":"my-index", "is_write_index":true } } ] }
重试索引生命周期