Skip to content

Commit

Permalink
[DOCS] Add ML breaking change for 6.6 (#37582)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 17, 2019
1 parent 58899ab commit 01da8da
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/reference/migration/migrate_6_6.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
This section discusses the changes that you need to be aware of when migrating
your application to Elasticsearch 6.6.

* <<breaking_66_ml_changes>>
* <<breaking_66_mapping_changes>>
* <<breaking_66_search_changes>>
* <<breaking_66_setting_changes>>

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

Expand Down Expand Up @@ -81,6 +84,7 @@ GET /stackoverflow/_search
// TEST[setup:stackoverflow]

[float]
[[breaking_66_setting_changes]]
=== Settings changes

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

[float]
[[breaking_66_mapping_changes]]
=== Mappings changes

[float]
Expand Down Expand Up @@ -136,4 +141,13 @@ previously created indexes.

The following type parameters are deprecated for the `geo_shape` field type: `tree`,
`precision`, `tree_levels`, `distance_error_pct`, `points_only`, and `strategy`. They
will be removed in a future version.
will be removed in a future version.

[float]
[[breaking_66_ml_changes]]
=== Machine learning changes

The get jobs API and get job stats API can retrieve a maximum of 10,000 jobs.
Likewise, the get datafeeds API and get datafeed stats API can retrieve a
maximum of 10,000 datafeeds. Prior to version 6.6, there were no limits on the
results from these APIs.

0 comments on commit 01da8da

Please sign in to comment.