mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
change health from string to enum (#20661)
This commit is contained in:
parent
27496d6b92
commit
e5f1eb5dc9
@ -34,7 +34,9 @@
|
|||||||
"description" : "Comma-separated list of column names to display"
|
"description" : "Comma-separated list of column names to display"
|
||||||
},
|
},
|
||||||
"health": {
|
"health": {
|
||||||
"type" : "string",
|
"type" : "enum",
|
||||||
|
"options" : ["green","yellow","red"],
|
||||||
|
"default" : null,
|
||||||
"description" : "A health status (\"green\", \"yellow\", or \"red\" to filter only indices matching the specified health status"
|
"description" : "A health status (\"green\", \"yellow\", or \"red\" to filter only indices matching the specified health status"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user