Small text edits for `_cluster/health`
This commit is contained in:
parent
69085bc535
commit
84597e12d3
|
@ -8,7 +8,7 @@
|
|||
"parts": {
|
||||
"index": {
|
||||
"type" : "string",
|
||||
"description" : "Limit the health information to specific index"
|
||||
"description" : "Limit the information returned to a specific index"
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"master_timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout for master node"
|
||||
"description" : "Explicit operation timeout for connection to master node"
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
|
@ -32,15 +32,15 @@
|
|||
},
|
||||
"wait_for_active_shards": {
|
||||
"type" : "number",
|
||||
"description" : "Wait until specified number of shards is active"
|
||||
"description" : "Wait until the specified number of shards is active"
|
||||
},
|
||||
"wait_for_nodes": {
|
||||
"type" : "number",
|
||||
"description" : "Wait until specified number of nodes is available"
|
||||
"description" : "Wait until the specified number of nodes is available"
|
||||
},
|
||||
"wait_for_relocating_shards": {
|
||||
"type" : "number",
|
||||
"description" : "Wait until specified number of relocating shards is finished"
|
||||
"description" : "Wait until the specified number of relocating shards is finished"
|
||||
},
|
||||
"wait_for_status": {
|
||||
"type" : "enum",
|
||||
|
|
Loading…
Reference in New Issue