Skip to content

Commit 950c0a9

Browse files
authored
Add max_concurrent_shard_requests to open_point_in_time rest-api-spec (#130726) (#130750)
1 parent aa5748c commit 950c0a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/open_point_in_time.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"allow_partial_search_results": {
6060
"type": "boolean",
6161
"description": "Specify whether to tolerate shards missing when creating the point-in-time, or otherwise throw an exception. (default: false)"
62+
},
63+
"max_concurrent_shard_requests": {
64+
"type": "number",
65+
"description": "The number of concurrent shard requests per node executed concurrently when opening this point-in-time. This value should be used to limit the impact of opening the point-in-time on the cluster",
66+
"default": 5
6267
}
6368
},
6469
"body":{

0 commit comments

Comments
 (0)