Skip to content

Commit ed8a20f

Browse files
authored
Fix byte unit typo in ILM rollover doc (#87780) (#87943)
Authored-by: Robson Sutton <[email protected]>
1 parent 455153e commit ed8a20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ilm/actions/ilm-rollover.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ PUT /_ilm/policy/rollover_policy
222222
"hot": {
223223
"actions": {
224224
"rollover": {
225-
"max_size": "50G"
225+
"max_size": "50GB"
226226
}
227227
}
228228
},

0 commit comments

Comments
 (0)