Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add ML breaking change for 6.6 #37582

Merged
merged 2 commits into from
Jan 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 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,12 @@ 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.

[[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.