hi
i defined "test-log" data stream,add the ilm as follow
"hot": {
"min_age": "0ms",
"actions": {
"rollover": {
"max_size": "10mb"
},
"set_priority": {
"priority": 100
}
}
}
but it didnt work
ths primary shard size is much bigger than the size i setted
is this a bug?