From 324aecab00bc320d2820676118e0aead155ba8e6 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 22 Jan 2019 13:56:50 -0800 Subject: [PATCH 1/3] [DOCS] Breaking change for Watcher metric stats names --- docs/reference/migration/migrate_6_6.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/reference/migration/migrate_6_6.asciidoc b/docs/reference/migration/migrate_6_6.asciidoc index 95e34b70a3777..65fa5fcf1363c 100644 --- a/docs/reference/migration/migrate_6_6.asciidoc +++ b/docs/reference/migration/migrate_6_6.asciidoc @@ -11,6 +11,7 @@ your application to Elasticsearch 6.6. * <> * <> * <> +* <> See also <> and <>. @@ -151,3 +152,14 @@ 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. + +[float] +[[breaking_66_watcher_changes]] +=== {watcher} changes + +If you used the `metric` parameter with the +{ref}/watcher-api-stats.html[stats API], the response contained incorrect labels, +which are fixed in 6.6 and later releases. If you choose to retrieve +`queued_watches` metrics, it now returns a `queued_watches` list instead of a `current_watches` list. Likewise, if you retrieve `pending_watches` metrics, it +returns a `current_watches` list instead of a `queued_watches` list. The +`pending_watches` metric is deprecated; use `current_watches` instead. From 76e6d5ed4cc6aa862c58d63aee5432b797bb4ccf Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 22 Jan 2019 14:06:54 -0800 Subject: [PATCH 2/3] [DOCS] Creates API changes section --- docs/reference/migration/migrate_6_6.asciidoc | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/docs/reference/migration/migrate_6_6.asciidoc b/docs/reference/migration/migrate_6_6.asciidoc index 65fa5fcf1363c..d4b84f1a01ff4 100644 --- a/docs/reference/migration/migrate_6_6.asciidoc +++ b/docs/reference/migration/migrate_6_6.asciidoc @@ -7,14 +7,36 @@ This section discusses the changes that you need to be aware of when migrating your application to Elasticsearch 6.6. +* <> * <> * <> * <> * <> -* <> See also <> and <>. +[float] +[[breaking_63_api_changes]] +=== API changes + +[float] +==== Machine learning API 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. + +[float] +==== {watcher} API changes + +If you used the `metric` parameter with the +{ref}/watcher-api-stats.html[stats API], the response contained incorrect labels, +which are fixed in 6.6 and later releases. If you choose to retrieve +`queued_watches` metrics, it now returns a `queued_watches` list instead of a `current_watches` list. Likewise, if you retrieve `pending_watches` metrics, it +returns a `current_watches` list instead of a `queued_watches` list. The +`pending_watches` metric is deprecated; use `current_watches` instead. + [float] [[breaking_66_search_changes]] === Search changes @@ -143,23 +165,3 @@ 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. - -[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. - -[float] -[[breaking_66_watcher_changes]] -=== {watcher} changes - -If you used the `metric` parameter with the -{ref}/watcher-api-stats.html[stats API], the response contained incorrect labels, -which are fixed in 6.6 and later releases. If you choose to retrieve -`queued_watches` metrics, it now returns a `queued_watches` list instead of a `current_watches` list. Likewise, if you retrieve `pending_watches` metrics, it -returns a `current_watches` list instead of a `queued_watches` list. The -`pending_watches` metric is deprecated; use `current_watches` instead. From 81b85b87389d946b285680c51d06124da4e661a1 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 22 Jan 2019 14:12:25 -0800 Subject: [PATCH 3/3] [DOCS] Removes ML anchor --- docs/reference/migration/migrate_6_6.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/migration/migrate_6_6.asciidoc b/docs/reference/migration/migrate_6_6.asciidoc index d4b84f1a01ff4..33870f0139618 100644 --- a/docs/reference/migration/migrate_6_6.asciidoc +++ b/docs/reference/migration/migrate_6_6.asciidoc @@ -8,7 +8,6 @@ This section discusses the changes that you need to be aware of when migrating your application to Elasticsearch 6.6. * <> -* <> * <> * <> * <> @@ -16,7 +15,7 @@ your application to Elasticsearch 6.6. See also <> and <>. [float] -[[breaking_63_api_changes]] +[[breaking_66_api_changes]] === API changes [float]