Skip to content

Commit 4c39136

Browse files
authored
[DOCS] Fix link in machine learning nightly maintenance setting (#69760)
1 parent 3144354 commit 4c39136

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/reference/docs/delete-by-query.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ shards to become available. Both work exactly the way they work in the
114114
specify the `scroll` parameter to control how long it keeps the search context
115115
alive, for example `?scroll=10m`. The default is 5 minutes.
116116

117+
[[docs-delete-by-query-throttle]]
117118
===== Throttling delete requests
118119

119120
To control the rate at which delete by query issues batches of delete operations,

docs/reference/settings/ml-settings.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ startup are used only after every node in the cluster is running version 7.1 or
104104
higher. The maximum permitted value is `512`.
105105

106106
`xpack.ml.nightly_maintenance_requests_per_second`::
107-
(<<cluster-update-settings,Dynamic>>) The rate at which the nightly maintenance task
108-
deletes expired model snapshots and results. The setting is a proxy to the
109-
[requests_per_second](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html#_throttling_delete_requests)
110-
parameter used in the Delete by query requests and controls throttling.
111-
Valid values must be greater than `0.0` or equal to `-1.0` where `-1.0` means a default value
112-
is used. Defaults to `-1.0`
107+
(<<cluster-update-settings,Dynamic>>) The rate at which the nightly maintenance
108+
task deletes expired model snapshots and results. The setting is a proxy to the
109+
<<docs-delete-by-query-throttle,requests_per_second>> parameter used in the
110+
delete by query requests and controls throttling. Valid values must be greater
111+
than `0.0` or equal to `-1.0` where `-1.0` means a default value is used.
112+
Defaults to `-1.0`
113113

114114
`xpack.ml.node_concurrent_job_allocations`::
115115
(<<cluster-update-settings,Dynamic>>) The maximum number of jobs that can

0 commit comments

Comments
 (0)