chore: remove rollover which not support (#135)
Co-authored-by: hardy <luohf@infinilabs.com>
This commit is contained in:
parent
12b1acb4c3
commit
50b8112670
|
@ -365,16 +365,7 @@ PUT _ilm/policy/ilm_$[[SETUP_INDEX_PREFIX]]rollup-30days-retention
|
||||||
"policy": {
|
"policy": {
|
||||||
"phases": {
|
"phases": {
|
||||||
"hot": {
|
"hot": {
|
||||||
"min_age": "0ms",
|
"min_age": "0ms"
|
||||||
"actions": {
|
|
||||||
"rollover": {
|
|
||||||
"max_age": "30d",
|
|
||||||
"max_size": "50gb"
|
|
||||||
},
|
|
||||||
"set_priority": {
|
|
||||||
"priority": 100
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"min_age": "30d",
|
"min_age": "30d",
|
||||||
|
|
Loading…
Reference in New Issue