From d096513bed4b382d2d7244c2a882b86275e0b8ea Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 18 Jan 2019 09:43:22 -0800 Subject: [PATCH 1/4] [DOCS] Adds ML PRs to 6.6 release notes --- docs/reference/release-notes/6.6.asciidoc | 37 ++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/docs/reference/release-notes/6.6.asciidoc b/docs/reference/release-notes/6.6.asciidoc index 3a56dd2027263..02c25c41d7584 100644 --- a/docs/reference/release-notes/6.6.asciidoc +++ b/docs/reference/release-notes/6.6.asciidoc @@ -51,6 +51,32 @@ Also see <>. coming[6.6.0] +[float] +[[feature-6.6.0]] +=== New features + +Machine Learning:: +* Determine when data is missing from a bucket due to ingest latency +{pull}35387[#35387] (issue: {issue}35131[#35131]) + +[float] +[[enhancement-6.6.0]] +=== Enhancements + +Machine Learning:: +* Create the {ml} annotations index {pull}36731[#36731] (issue: {issue}33376[#33376]) +* Split in batches and migrate all jobs and datafeeds {pull}36716[#36716] +(issue: {issue}32905[#32905]) +* Add cluster setting to enable/disable config migration {pull}36700[#36700] +(issue: {issue}32905[#32905]) +* Enable the use of endpoints starting with `_ml` instead of `_xpack/ml` +{pull}36373[#36373] (issue: {issue}36315[#36315]) +* Add audits when deprecation warnings occur while datafeeds start +{pull}36233[#36233] +* Add lazy parsing for DatafeedConfig:Aggs,Query {pull}36117[#36117] +* Add support for rollup indexes in datafeeds {pull}34654[#34654] + + [[bug-6.6.0]] [float] === Bug fixes @@ -59,4 +85,13 @@ Machine Learning:: * Fix cause of "Sample out of bounds" error message. {ml-pull}335[#335] * Fix hang when closing a job or creating a forecast. This problem occurs if you created a forecast for a large job and temporary storage was not cleaned up. -{ml-pull}352[#352] (issue: {ml-issue}350[#350]) \ No newline at end of file +{ml-pull}352[#352] (issue: {ml-issue}350[#350]) +* Wait for autodetect to be ready in the datafeed {pull}37349[#37349] +(issues: {issue}36810[#36810], {issue}37227[#37227]) +* Stop datafeeds when their jobs are stale {pull}37227[#37227] +(issue: {issue}36810[#36810]) +* Fix x-pack usage regression caused by index migration {pull}36936[#36936] +* Order get job stats API response by job id {pull}36841[#36841] +(issue: {issue}36683[#36683]) +* Create the `.ml-config` index if job or datafeed configs need migration +{pull}36792[#36792] (issue: {issue}34864[#34864]) \ No newline at end of file From 80a391e659d7e19444551972153f78a44355b81c Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 18 Jan 2019 09:48:14 -0800 Subject: [PATCH 2/4] [DOCS] Removes non-issue from list --- docs/reference/release-notes/6.6.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/reference/release-notes/6.6.asciidoc b/docs/reference/release-notes/6.6.asciidoc index 02c25c41d7584..1d388e74f76cf 100644 --- a/docs/reference/release-notes/6.6.asciidoc +++ b/docs/reference/release-notes/6.6.asciidoc @@ -92,6 +92,4 @@ created a forecast for a large job and temporary storage was not cleaned up. (issue: {issue}36810[#36810]) * Fix x-pack usage regression caused by index migration {pull}36936[#36936] * Order get job stats API response by job id {pull}36841[#36841] -(issue: {issue}36683[#36683]) -* Create the `.ml-config` index if job or datafeed configs need migration -{pull}36792[#36792] (issue: {issue}34864[#34864]) \ No newline at end of file +(issue: {issue}36683[#36683]) \ No newline at end of file From 32736ccd7da3db3f49240ae30ff63041eea30ac4 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 18 Jan 2019 10:49:45 -0800 Subject: [PATCH 3/4] [DOCS] Adds PR 36698 --- docs/reference/release-notes/6.6.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/release-notes/6.6.asciidoc b/docs/reference/release-notes/6.6.asciidoc index 1d388e74f76cf..77a91544b4526 100644 --- a/docs/reference/release-notes/6.6.asciidoc +++ b/docs/reference/release-notes/6.6.asciidoc @@ -56,6 +56,8 @@ coming[6.6.0] === New features Machine Learning:: +* Store job configuration information in the new `.ml-config` index +{pull}36698[#36698] (issue: {issue}32905[#32905]) * Determine when data is missing from a bucket due to ingest latency {pull}35387[#35387] (issue: {issue}35131[#35131]) From a4313e04e6ece74176546df632971a4f231ff520 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 21 Jan 2019 07:51:55 -0800 Subject: [PATCH 4/4] [DOCS] Removed two non-issue PRs --- docs/reference/release-notes/6.6.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/release-notes/6.6.asciidoc b/docs/reference/release-notes/6.6.asciidoc index 77a91544b4526..80e8f0497c415 100644 --- a/docs/reference/release-notes/6.6.asciidoc +++ b/docs/reference/release-notes/6.6.asciidoc @@ -67,8 +67,6 @@ Machine Learning:: Machine Learning:: * Create the {ml} annotations index {pull}36731[#36731] (issue: {issue}33376[#33376]) -* Split in batches and migrate all jobs and datafeeds {pull}36716[#36716] -(issue: {issue}32905[#32905]) * Add cluster setting to enable/disable config migration {pull}36700[#36700] (issue: {issue}32905[#32905]) * Enable the use of endpoints starting with `_ml` instead of `_xpack/ml` @@ -92,6 +90,5 @@ created a forecast for a large job and temporary storage was not cleaned up. (issues: {issue}36810[#36810], {issue}37227[#37227]) * Stop datafeeds when their jobs are stale {pull}37227[#37227] (issue: {issue}36810[#36810]) -* Fix x-pack usage regression caused by index migration {pull}36936[#36936] * Order get job stats API response by job id {pull}36841[#36841] (issue: {issue}36683[#36683]) \ No newline at end of file