File tree 2 files changed +7
-6
lines changed 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ shards to become available. Both work exactly the way they work in the
114
114
specify the `scroll` parameter to control how long it keeps the search context
115
115
alive, for example `?scroll=10m`. The default is 5 minutes.
116
116
117
+ [[docs-delete-by-query-throttle]]
117
118
===== Throttling delete requests
118
119
119
120
To control the rate at which delete by query issues batches of delete operations,
Original file line number Diff line number Diff line change @@ -101,12 +101,12 @@ startup are used only after every node in the cluster is running version 7.1 or
101
101
higher. The maximum permitted value is `512`.
102
102
103
103
`xpack.ml.nightly_maintenance_requests_per_second`::
104
- (<<cluster-update-settings,Dynamic>>) The rate at which the nightly maintenance task
105
- deletes expired model snapshots and results. The setting is a proxy to the
106
- [requests_per_second](https://www.elastic.co/guide/en/elasticsearch/reference/current/ docs-delete-by-query.html#_throttling_delete_requests)
107
- parameter used in the Delete by query requests and controls throttling.
108
- Valid values must be greater than `0.0` or equal to `-1.0` where `-1.0` means a default value
109
- is used. Defaults to `-1.0`
104
+ (<<cluster-update-settings,Dynamic>>) The rate at which the nightly maintenance
105
+ task deletes expired model snapshots and results. The setting is a proxy to the
106
+ << docs-delete-by-query-throttle,requests_per_second>> parameter used in the
107
+ delete by query requests and controls throttling. Valid values must be greater
108
+ than `0.0` or equal to `-1.0` where `-1.0` means a default value is used.
109
+ Defaults to `-1.0`
110
110
111
111
`xpack.ml.node_concurrent_job_allocations`::
112
112
(<<cluster-update-settings,Dynamic>>) The maximum number of jobs that can
You can’t perform that action at this time.
0 commit comments