From f72b5e0bf9735adc47650d95ad6dec2ffe764107 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 17 Jan 2019 09:28:12 -0800 Subject: [PATCH 1/2] [DOCS] Add ML breaking change for 6.6 --- docs/reference/migration/migrate_6_6.asciidoc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/reference/migration/migrate_6_6.asciidoc b/docs/reference/migration/migrate_6_6.asciidoc index e173d04870ea4..1ba3eda7e9af1 100644 --- a/docs/reference/migration/migrate_6_6.asciidoc +++ b/docs/reference/migration/migrate_6_6.asciidoc @@ -7,7 +7,10 @@ This section discusses the changes that you need to be aware of when migrating your application to Elasticsearch 6.6. +* <> +* <> * <> +* <> See also <> and <>. @@ -81,6 +84,7 @@ GET /stackoverflow/_search // TEST[setup:stackoverflow] [float] +[[breaking_66_setting_changes]] === Settings changes [float] @@ -108,6 +112,7 @@ the cluster settings API. `xpack.notification.slack.account..secure_url` [float] +[[breaking_66_mapping_changes]] === Mappings changes [float] @@ -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. \ No newline at end of file +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. From 3f380c8903a82e0c2f6adade7ef874753f3f95a0 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 17 Jan 2019 11:13:39 -0800 Subject: [PATCH 2/2] [DOCS] Adds missing float --- docs/reference/migration/migrate_6_6.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/migration/migrate_6_6.asciidoc b/docs/reference/migration/migrate_6_6.asciidoc index 1ba3eda7e9af1..95e34b70a3777 100644 --- a/docs/reference/migration/migrate_6_6.asciidoc +++ b/docs/reference/migration/migrate_6_6.asciidoc @@ -143,6 +143,7 @@ The following type parameters are deprecated for the `geo_shape` field type: `tr `precision`, `tree_levels`, `distance_error_pct`, `points_only`, and `strategy`. They will be removed in a future version. +[float] [[breaking_66_ml_changes]] === Machine learning changes