kibana/x-pack/plugins/ml/server
Walter Rafelsberger 3b6c9e3195
[ML] Improves bucket span estimator stability. (#21282)
- Fixes the bucket span estimator when median is selected as a detector function. agg.type.name is median and therefor not usable for an Elasticsearch aggregation. agg.type.dslName is percentile and is the correct mapping. .dslName is also used for the aggregations used for the preview charts.
- 7.0 will introduce a search.max_buckets setting which defaults to 10000. This could lead to failing bucket estimations because the values used for creating the required aggregations could result in more buckets. This PR fixes it by taking search.max_buckets into account when calculating the time range used for the bucket estimation. (Since 6.2 that setting is available so backporting this to current unreleased minor releases 6.4 and 6.5)
2018-07-27 10:43:59 +02:00
..
client [ML] Adds page to ML Settings for viewing and editing filter lists (#20769) 2018-07-17 09:47:26 +01:00
lib Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
models [ML] Improves bucket span estimator stability. (#21282) 2018-07-27 10:43:59 +02:00
routes [ML] Adding close jobs menu item (#20927) 2018-07-18 17:47:44 +01:00