Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,16 @@
"parts":{
"name":{
"type":"string",
"description":"The name of the data stream or data stream pattern"
"description":"Comma-separated list of data streams or data stream patterns"
}
}
}
]
},
"params":{
"timeout":{
"type":"time",
"description":"Specify timeout for acknowledging the cluster state update"
},
"master_timeout":{
"type":"time",
"description":"Specify timeout for connection to master"
"description":"Period to wait for a connection to the master node"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"parts":{
"name":{
"type":"string",
"description":"The name of the data stream or data stream pattern"
"description":"Comma-separated list of data streams or data stream patterns"
}
}
}
Expand All @@ -29,16 +29,16 @@
"params":{
"dry_run":{
"type":"boolean",
"description":"Perform a dry run but do not actually change any settings",
"description":"Whether this request should only be a dry run rather than actually applying settings",
"default":false
},
"timeout":{
"type":"time",
"description":"Specify timeout for acknowledging the cluster state update"
"description":"Period to wait for a response"
},
"master_timeout":{
"type":"time",
"description":"Specify timeout for connection to master"
"description":"Period to wait for a connection to the master node"
}
},
"body":{
Expand Down