elasticsearch/docs/reference
David Roberts cbb3886bbb
[ML] Adding assignment_memory_basis to model_size_stats (#65875)
At present the Java code makes a decision on whether to
use current model memory or model memory limit to calculate
how much memory a job requires to be assigned.

The plan is to move this decision to the C++ code, which will
report it via a new field in the model size stats.  An
additional change will be that once we have made the switch
from using model memory limit to using current model memory
we will never switch back, as this causes large fluctuations
up and down in memory requirement which will be much more
noticeable when autoscaling is in use.

Although the only two options at present are model memory
limit and current model memory, the new enum includes a
third possibility, peak model memory.  To switch to this
now would be tricky, as there have been two bugs in the
implementation of peak model memory which render its value
unreliable in 7.x.  However, in 8.x it might make sense to
switch to using peak model memory instead of current model
memory and it's much easier from a BWC perspective if the
enum contains all the values from the start.

Backport of #65561
2020-12-04 11:34:36 +00:00
..
aggregations [DOCS] Fix typo in histogram agg docs (#65822) (#65827) 2020-12-03 10:53:09 -05:00
analysis [DOCS] Fix whitespace in pattern replace token filter docs (#64345) (#64349) 2020-10-29 10:41:44 -04:00
autoscaling Autoscaling delete policy by simple pattern (#64739) (#64803) 2020-11-09 17:27:22 +01:00
cat Clarify field data cache behavior in docs (#64375) 2020-11-20 13:56:02 -08:00
ccr Add data stream support to CCR (#64525) 2020-11-03 15:23:46 +01:00
cluster [DOCS] Add cluster get settings API example (#65754) (#65757) 2020-12-02 10:55:16 -05:00
commands Deprecate cert gen without a CA and add self-signed option (#64037) (#65575) 2020-11-30 10:06:47 +11:00
data-streams Fix links to Fleet overview (#65174) (#65232) 2020-11-18 11:03:44 -08:00
docs [DOCS] Add require_alias query param to reindex API (#65608) (#65609) 2020-11-30 09:48:16 -05:00
eql [DOCS] EQL: Document ? wildcard (#65698) (#65836) 2020-12-03 12:43:07 -05:00
graph [DOCS] Document xpack.graph.enabled setting (#60073) (#61433) 2020-08-21 15:13:13 -04:00
high-availability [DOCS] Fix "the the" typos (#64344) (#64353) 2020-10-29 11:50:02 -04:00
how-to [DOCS] Fix redirects and anchors (#65472) (#65475) 2020-11-24 20:00:03 -05:00
ilm [DOCS] Fix redirects and anchors (#65472) (#65475) 2020-11-24 20:00:03 -05:00
images [DOCS] Move Kibana index mgmt docs to ES (#64380) (#64413) 2020-10-30 09:29:59 -04:00
index-modules Fix Allocation include Filter Docs (#65202) (#65222) 2020-11-18 18:22:40 +01:00
indices [DOCS] Remove inert component template file (#65749) (#65751) 2020-12-02 09:58:50 -05:00
ingest [DOCS] Document get pipeline API as multi-target (#64816) (#64827) 2020-11-09 16:28:09 -05:00
licensing [DOCS] Fix case for 'Boolean' (#64299) (#64341) 2020-10-29 10:04:20 -04:00
mapping [DOCS] Fix _doc_count field title (#65704) (#65738) 2020-12-02 08:27:38 -05:00
migration Use ValueFetcher when loading text snippets to highlight (#63572) (#65441) 2020-11-25 17:00:18 +00:00
ml [ML] Adding assignment_memory_basis to model_size_stats (#65875) 2020-12-04 11:34:36 +00:00
modules Searchable snapshot terminology (#65549) 2020-11-30 17:15:16 +01:00
monitoring [DOCS] Add monitoring note (#61793) 2020-10-16 13:41:18 -07:00
query-dsl [DOCS] Fix case for 'Boolean' (#64299) (#64341) 2020-10-29 10:04:20 -04:00
release-notes Docs: add known issue 65488 - SQL ignoring non-eq (#65492) (#65605) 2020-11-30 15:01:40 +01:00
repositories-metering-api [DOCS] Fix case for 'Boolean' (#64299) (#64341) 2020-10-29 10:04:20 -04:00
rest-api [DOCS] Changes wording of pivot parameter in PUT transforms API docs. (#65731) (#65736) 2020-12-02 14:57:43 +01:00
rollup [DOCS] Fix docs integ tests for release builds (#65761) (#65765) 2020-12-02 12:34:26 -05:00
scripting [DOCS] Fix ingest script compilation rate and cache size (#61468) (#61479) 2020-08-24 10:46:44 -04:00
search Support unmapped fields in search 'fields' option (#65386) (#65705) 2020-12-03 15:54:42 +01:00
searchable-snapshots Searchable snapshot terminology (#65549) 2020-11-30 17:15:16 +01:00
settings Introduce an additional hasher (PBKDF2_STRETCH) (#65328) (#65559) 2020-11-26 18:52:46 +01:00
setup [DOCS] Update reference documentation that mentions CMS (#50542) (#65733) 2020-12-02 08:10:55 -05:00
slm Document Recommended Maximum Repository Size in SLM Docs (#64485) (#64492) 2020-11-02 17:45:06 +01:00
snapshot-restore [DOCS] Correct restore snapshot API request example (#65525) (#65627) 2020-11-30 14:21:28 -05:00
sql SQL: Add method args to PERCENTILE/PERCENTILE_RANK (#65026) (#65461) 2020-11-25 09:46:44 -05:00
tab-widgets [DOCS] Improve docs for Windows DOS/UNC paths in path.* settings (#64668) (#64804) 2020-11-09 11:14:25 -05:00
transform [DOCS] Fixes 'the the' typo in transforms docs. (#64393) (#64397) 2020-10-30 11:21:18 +01:00
upgrade [DOCS] Add missing "with" in remote reindex doc (#65532) (#65602) 2020-11-30 09:34:27 -05:00
vectors [DOCS] Update my-index examples (#60132) (#60248) 2020-07-27 15:58:26 -04:00
aggregations.asciidoc [DOCS] Rewrite aggs overview (#64318) (#64409) 2020-10-30 09:29:26 -04:00
analysis.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
api-conventions.asciidoc [DOCS] Make system & hidden index info more prominent. (#64839) (#64959) 2020-11-11 15:16:21 -08:00
cat.asciidoc AwaitsFix for #51619 2020-08-06 09:48:35 +01:00
cluster.asciidoc Password-protected Keystore Feature Branch PR (#51123) (#51510) 2020-01-28 05:32:32 -05:00
data-management.asciidoc [DOCS] Move Kibana index mgmt docs to ES (#64380) (#64413) 2020-10-30 09:29:59 -04:00
data-rollup-transform.asciidoc [DOCS] Changes level offset of transform pages (#60066) (#60075) 2020-07-22 11:22:57 -07:00
datatiers.asciidoc Cold tier time-range should not be specified (#65546) 2020-11-30 15:06:06 +01:00
docs.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:36:06 -04:00
frozen-indices.asciidoc [DOCS] Replace twitter dataset in docs (#60604) (#60609) 2020-08-03 13:31:19 -04:00
getting-started.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
glossary.asciidoc [DOCS] Update rollup glossary item (#65519) (#65678) 2020-12-01 09:53:55 -05:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
high-availability.asciidoc [DOCS] Add docs for designing resilient clusters (#47233) (#57743) 2020-06-05 12:08:45 -04:00
how-to.asciidoc [DOCS] Document shard sizing guide (#61942) (#62957) 2020-09-28 09:57:39 -04:00
index-modules.asciidoc [7.x] [DOCS] Update CCR docs to focus on Kibana. (#61237) 2020-08-17 16:58:13 -04:00
index.asciidoc [DOCS] Add top-level Data management section. (#64185) (#64321) 2020-10-28 16:27:47 -07:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc [DOCS] Split delete index template API docs (#62074) (#62169) 2020-09-09 10:13:16 -04:00
ingest.asciidoc [DOCS] Update my-index examples (#60132) (#60248) 2020-07-27 15:58:26 -04:00
intro.asciidoc [DOCS] Fix hyphenation for "time series" (#61472) (#61481) 2020-08-24 11:18:07 -04:00
links.asciidoc [DOCS] Fix security links in machine learning APIs (#60098) (#60152) 2020-07-23 16:43:10 -07:00
mapping.asciidoc Remove a redundant section on field data types. (#61821) 2020-09-02 15:29:48 -07:00
query-dsl.asciidoc [DOCS] Combine keyword family docs (#61662) (#61813) 2020-09-01 15:32:56 -04:00
redirects.asciidoc Searchable snapshot terminology (#65549) 2020-11-30 17:15:16 +01:00
release-notes.asciidoc [DOCS] Add release notes for 7.9.3 (#63834) (#64020) 2020-10-21 17:04:37 -04:00
scripting.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
search.asciidoc [7.x] [DOCS] Add PIT to search after docs (#61593) (#62101) 2020-09-14 09:13:23 -04:00
setup.asciidoc Remove glibc warning (#63447) 2020-10-08 14:45:12 -07:00
upgrade.asciidoc [7.x] [DOCS] Update upgrade docs and release highlights for 7.9 (#59674) 2020-07-16 15:58:40 -04:00