cat.indices.json bytes enum not exhaustive (#49369)
Missing several valid options that other cat API's do define (cherry picked from commit 7bb4781bc9966bcb6f9275920b2158fb959a30aa)
This commit is contained in:
parent
b5ec227de8
commit
c2adc4d756
|
@ -38,8 +38,15 @@
|
|||
"options":[
|
||||
"b",
|
||||
"k",
|
||||
"kb",
|
||||
"m",
|
||||
"g"
|
||||
"mb",
|
||||
"g",
|
||||
"gb",
|
||||
"t",
|
||||
"tb",
|
||||
"p",
|
||||
"pb"
|
||||
]
|
||||
},
|
||||
"local":{
|
||||
|
|
Loading…
Reference in New Issue