Data stream rollover exceeded max_size

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.