Skip to content

[DOCS] Fix link in machine learning nightly maintenance setting #69760

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
Mar 2, 2021
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
1 change: 1 addition & 0 deletions docs/reference/docs/delete-by-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ shards to become available. Both work exactly the way they work in the
specify the `scroll` parameter to control how long it keeps the search context
alive, for example `?scroll=10m`. The default is 5 minutes.

[[docs-delete-by-query-throttle]]
===== Throttling delete requests

To control the rate at which delete by query issues batches of delete operations,
Expand Down
12 changes: 6 additions & 6 deletions docs/reference/settings/ml-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ startup are used only after every node in the cluster is running version 7.1 or
higher. The maximum permitted value is `512`.

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

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