Skip to content

Commit 01da8da

Browse files
authored
[DOCS] Add ML breaking change for 6.6 (#37582)
1 parent 58899ab commit 01da8da

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/reference/migration/migrate_6_6.asciidoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
This section discusses the changes that you need to be aware of when migrating
88
your application to Elasticsearch 6.6.
99

10+
* <<breaking_66_ml_changes>>
11+
* <<breaking_66_mapping_changes>>
1012
* <<breaking_66_search_changes>>
13+
* <<breaking_66_setting_changes>>
1114

1215
See also <<release-highlights>> and <<es-release-notes>>.
1316

@@ -81,6 +84,7 @@ GET /stackoverflow/_search
8184
// TEST[setup:stackoverflow]
8285

8386
[float]
87+
[[breaking_66_setting_changes]]
8488
=== Settings changes
8589

8690
[float]
@@ -108,6 +112,7 @@ the cluster settings API.
108112
`xpack.notification.slack.account.<id>.secure_url`
109113

110114
[float]
115+
[[breaking_66_mapping_changes]]
111116
=== Mappings changes
112117

113118
[float]
@@ -136,4 +141,13 @@ previously created indexes.
136141

137142
The following type parameters are deprecated for the `geo_shape` field type: `tree`,
138143
`precision`, `tree_levels`, `distance_error_pct`, `points_only`, and `strategy`. They
139-
will be removed in a future version.
144+
will be removed in a future version.
145+
146+
[float]
147+
[[breaking_66_ml_changes]]
148+
=== Machine learning changes
149+
150+
The get jobs API and get job stats API can retrieve a maximum of 10,000 jobs.
151+
Likewise, the get datafeeds API and get datafeed stats API can retrieve a
152+
maximum of 10,000 datafeeds. Prior to version 6.6, there were no limits on the
153+
results from these APIs.

0 commit comments

Comments
 (0)