Skip to content

[DOCS] Adds ML PRs to 6.6 release notes #37615

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

Merged
merged 5 commits into from
Jan 21, 2019
Merged
Changes from all commits
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
33 changes: 32 additions & 1 deletion docs/reference/release-notes/6.6.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,31 @@

Also see <<breaking-changes-6.6,Breaking changes in 6.6>>.

[float]
[[feature-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])

[float]
[[enhancement-6.6.0]]
=== Enhancements

Machine Learning::
* Create the {ml} annotations index {pull}36731[#36731] (issue: {issue}33376[#33376])
* 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
Expand All @@ -57,4 +82,10 @@ 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])
{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])
* Order get job stats API response by job id {pull}36841[#36841]
(issue: {issue}36683[#36683])