Skip to content

Making the data stream settngs rest-api-spec consistent with the elasticsearch-specification repository #128535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
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