-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Adds new dynamic machine learning settings #34094
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
Conversation
|
Pinging @elastic/ml-core |
|
@droberts195 and @benwtrent: One thing that wasn't clear to me was whether the percentage of date/order errors is relative to a subset of the data (e.g. per bucket). If we can clarify that in the description, that'd be great. |
| The maximum number of records that are output per bucket. The default value is | ||
| `500`. | ||
|
|
||
| `xpack.ml.max_percent_date_errors`:: (<<cluster-update-settings,Dynamic>>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It turns out that this setting and xpack.ml.max_percent_out_of_order_errors are never used anywhere. (They used to be used in the old Prelert product.)
So they should be removed completely from the docs and code.
|
Thanks @droberts195, I've removed those two settings. |
droberts195
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related to #33961 and #33565
This PR adds documentation for the new dynamic settings.