OpenSearch/docs/reference/ml
David Roberts 5f8f91c03b
[ML] Use scaling thread pool and xpack.ml.max_open_jobs cluster-wide dynamic (#39736)
This change does the following:

1. Makes the per-node setting xpack.ml.max_open_jobs
   into a cluster-wide dynamic setting
2. Changes the job node selection to continue to use the
   per-node attributes storing the maximum number of open
   jobs if any node in the cluster is older than 7.1, and
   use the dynamic cluster-wide setting if all nodes are on
   7.1 or later
3. Changes the docs to reflect this
4. Changes the thread pools for native process communication
   from fixed size to scaling, to support the dynamic nature
   of xpack.ml.max_open_jobs
5. Renames the autodetect thread pool to the job comms
   thread pool to make clear that it will be used for other
   types of ML jobs (data frame analytics in particular)

Backport of #39320
2019-03-06 12:29:34 +00:00
..
apis [ML] Use scaling thread pool and xpack.ml.max_open_jobs cluster-wide dynamic (#39736) 2019-03-06 12:29:34 +00:00
functions [DOCS] Cleans up xpackml attributes 2019-01-07 14:33:10 -08:00
images [DOCS] Remove unused screenshots 2019-01-10 11:10:25 -08:00
aggregations.asciidoc ML: Add support for single bucket aggs in Datafeeds (#37544) 2019-01-18 15:08:53 -06:00
categories.asciidoc [ML] Deprecate X-Pack centric ML endpoints (#36315) 2018-12-07 20:34:11 +00:00
configuring.asciidoc [DOCS] Cleans up xpackml attributes 2019-01-07 14:33:10 -08:00
customurl.asciidoc [ML] Deprecate X-Pack centric ML endpoints (#36315) 2018-12-07 20:34:11 +00:00
delayed-data-detection.asciidoc [DOCS] Delayed data annotations (#37939) 2019-01-28 13:04:38 -08:00
detector-custom-rules.asciidoc [ML] Deprecate X-Pack centric ML endpoints (#36315) 2018-12-07 20:34:11 +00:00
functions.asciidoc [DOCS] Cleans up xpackml attributes 2019-01-07 14:33:10 -08:00
populations.asciidoc [ML] Deprecate X-Pack centric ML endpoints (#36315) 2018-12-07 20:34:11 +00:00
stopping-ml.asciidoc [ML] Deprecate X-Pack centric ML endpoints (#36315) 2018-12-07 20:34:11 +00:00
transforms.asciidoc Remove remaining occurances of "include_type_name=true" in docs (#37646) 2019-01-22 15:13:52 +01:00