You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add x-opaque-id to search slow logs {pull}31539[#31539] (issue: {issue}31521[#31521])
341
343
342
344
Machine learning::
343
-
* If a {ml} datafeed is configured to use cross cluster search to retrieve data,
344
-
the remote clusters must have {xpack} installed and a valid licence for {ml}.
345
-
If the licence requirements are not met, datafeeds using cross cluster search
345
+
* If a {ml} datafeed is configured to use cross cluster search to retrieve data,
346
+
the remote clusters must have {xpack} installed and a valid licence for {ml}.
347
+
If the licence requirements are not met, datafeeds using cross cluster search
346
348
will not start. {pull}31247[#31247]
347
349
* Use default request durability for .ml-state index {pull}32233[#32233]
348
350
* Return statistics about forecasts as part of the job stats and usage API {pull}31647[#31647] (issue: {issue}31395[#31395])
@@ -363,14 +365,14 @@ will not start. {pull}31247[#31247]
363
365
* Reduces the memory consumed by distribution models ({ml-pull}162[#162], {ml-pull}146[#146])
364
366
* Forecasting of large machine learning jobs is now supported by temporarily storing
365
367
model state on disk ({ml-pull}89[#89])
366
-
* Secures the machine learning processes by preventing system calls such as fork
367
-
and exec. The Linux implementation uses Seccomp BPF (secure computing with
368
-
Berkeley Packet Filters) to intercept system calls and is available in kernels
369
-
since 3.5. On Windows, Job Objects prevent new processes being created and macOS
368
+
* Secures the machine learning processes by preventing system calls such as fork
369
+
and exec. The Linux implementation uses Seccomp BPF (secure computing with
370
+
Berkeley Packet Filters) to intercept system calls and is available in kernels
371
+
since 3.5. On Windows, Job Objects prevent new processes being created and macOS
370
372
uses the sandbox functionality ({ml-pull}106[#106], {ml-pull}98[#98])
371
-
* Fixes a bug that caused underestimation of the memory used by shared pointers.
373
+
* Fixes a bug that caused underestimation of the memory used by shared pointers.
372
374
Also reduces the memory consumed by unnecessary reference counting ({ml-pull}121[#121], {ml-pull}108, {ml-pull}115[#115])
373
-
* Reduces model memory by storing the state for testing predictive calendar
375
+
* Reduces model memory by storing the state for testing predictive calendar
374
376
features in a compressed format ({ml-pull}137[#137], {ml-pull}127[#127])
375
377
* Always combine duplicate samples when updating population models ({ml-pull}74[#74])
376
378
* Speeds up trend model component prediction ({ml-pull}73[#73])
@@ -413,7 +415,7 @@ Rollup::
413
415
* Rollups no longer allow patterns that match its `rollup_index`, which can lead to strange errors. {pull}30491[#30491]
414
416
* A new API allows getting the rollup capabilities of specific rollup indices,
415
417
rather than by the target pattern. {pull}30401[#30401]
416
-
* Validation errors thrown while creating a rollup job are now a specialization of the previous `ActionRequestValidationException`, which makes it easier to catch.
418
+
* Validation errors thrown while creating a rollup job are now a specialization of the previous `ActionRequestValidationException`, which makes it easier to catch.
417
419
The new exception is `RollupActionRequestValidationException`. {pull}30339[#30339]
418
420
* Validate timezone in range queries to ensure they match the selected job when
419
421
searching. {pull}30338[#30338]
@@ -470,7 +472,7 @@ Snapshot/Restore::
470
472
* Use simpler write-once semantics for HDFS repository {pull}30439[#30439]
471
473
* User proper write-once semantics for GCS repository {pull}30438[#30438]
472
474
* Use stronger write-once semantics for Azure repository {pull}30437[#30437]
473
-
* Use simpler write-once semantics for FS repository {pull}30435[#30435]
475
+
* Use simpler write-once semantics for FS repository {pull}30435[#30435]
474
476
* Do not fail snapshot when deleting a missing snapshotted file {pull}30332[#30332] (issue: {issue}28322[#28322])
475
477
* Repository GCS plugin new client library {pull}30168[#30168] (issue: {issue}29259[#29259])
476
478
* Fail snapshot operations early on repository corruption {pull}30140[#30140] (issues: {issue}29649[#29649])
@@ -585,7 +587,7 @@ Index APIs::
585
587
* Add support for is_write_index in put-alias body parsing {pull}31674[#31674]
586
588
* Fix writeIndex evaluation for aliases {pull}31562[#31562]
587
589
* Fix IndexTemplateMetaData parsing from xContent {pull}30917[#30917]
588
-
* Do not ignore request analysis/similarity settings on index resize operations
590
+
* Do not ignore request analysis/similarity settings on index resize operations
589
591
when the source index already contains such settings. {pull}30216[#30216]
590
592
* Do not return all indices if a specific alias is requested via get aliases api. {pull}29538[#29538] (issues: {issue}27763[#27763])
591
593
@@ -613,16 +615,16 @@ Machine learning::
613
615
* Rate limit established model memory updates {pull}31768[#31768]
614
616
* Account for gaps in data counts after job is reopened {pull}30294[#30294] (issue: {issue}30080[#30080])
615
617
* Ages seasonal components in proportion to the fraction of values with which they're updated ({ml-pull}88[#88] (issue: {ml-issue}87[#87]))
616
-
* Fixes persist and restore, which were missing some of the trend model state.
618
+
* Fixes persist and restore, which were missing some of the trend model state.
617
619
({ml-pull}103[#103], {ml-pull}99[#99])
618
620
* Stops zero variance data from generating a log error in the forecast confidence interval calculation ({ml-pull}120[#120], {ml-pull}107[#107])
619
-
* Fixes corner case which was failing to calculate lgamma values and fixes the
621
+
* Fixes corner case which was failing to calculate lgamma values and fixes the
0 commit comments