Skip to content

Commit c56e4e0

Browse files
committed
Merge branch 'master' into cache-cfs-in-blob-cache
2 parents ad039d0 + d5995c5 commit c56e4e0

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

docs/reference/ml/df-analytics/apis/get-trained-models.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,12 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=from-models]
7878
A comma delimited string of optional fields to include in the response body. The
7979
default value is empty, indicating no optional fields are included. Valid
8080
options are:
81-
- `definition`: Includes the model definition
81+
- `definition`: Includes the model definition.
8282
- `feature_importance_baseline`: Includes the baseline for {feat-imp} values.
83+
- `hyperparameters`: Includes the information about hyperparameters used to
84+
train the model. This information consists of the value, the absolute and
85+
relative importance of the hyperparameter as well as an indicator of whether
86+
it was specified by the user or tuned during hyperparameter optimization.
8387
- `total_feature_importance`: Includes the total {feat-imp} for the training
8488
data set.
8589
The baseline and total {feat-imp} values are returned in the `metadata` field

docs/reference/transform/apis/preview-transform.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=frequency]
8383
//Begin latest
8484
`latest`::
8585
(Required^*^, object)
86-
beta:[]
8786
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-latest]
8887
+
8988
.Properties of `latest`

docs/reference/transform/apis/put-transform.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=frequency]
114114
//Begin latest
115115
`latest`::
116116
(Required^*^, object)
117-
beta:[]
118117
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-latest]
119118
+
120119
.Properties of `latest`

docs/reference/transform/overview.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ image::images/pivot-preview.png["Example of a pivot {transform} preview in {kib}
7575
[[latest-transform-overview]]
7676
== Latest {transforms}
7777

78-
beta::[]
79-
8078
You can use the `latest` type of {transform} to copy the most recent documents
8179
into a new index. You must identify one or more fields as the unique key for
8280
grouping your data, as well as a date field that sorts the data chronologically.

modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/ReloadingDatabasesWhilePerformingGeoLookupsIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public class ReloadingDatabasesWhilePerformingGeoLookupsIT extends ESTestCase {
4848
* This failure can be avoided by ensuring that a database is only closed when no
4949
* geoip processor instance is using the related {@link DatabaseReaderLazyLoader} instance
5050
*/
51+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69980")
5152
public void test() throws Exception {
5253
Path geoIpTmpDir = createTempDir();
5354
DatabaseRegistry databaseRegistry = createDatabaseRegistry(geoIpTmpDir);

x-pack/qa/rolling-upgrade/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
4444
numberOfNodes = 3
4545

4646
setting 'repositories.url.allowed_urls', 'http://snapshot.test*'
47-
setting 'path.repo', "[ \"${buildDir}/cluster/shared/repo/${baseName}\", \"${searchableSnapshotRepository}\" ]"
47+
setting 'path.repo', "['${buildDir}/cluster/shared/repo/${baseName}', '${searchableSnapshotRepository}']"
4848
setting 'xpack.license.self_generated.type', 'trial'
4949
setting 'xpack.security.enabled', 'true'
5050
setting 'xpack.security.transport.ssl.enabled', 'true'

0 commit comments

Comments
 (0)