kibana/x-pack/plugins/ml
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
..
common [ML] Better model memory limit validation (#21270) 2018-07-27 07:49:17 +01:00
public [ML] Improves bucket span estimator stability. (#21282) 2018-07-27 10:43:59 +02:00
server [ML] Improves bucket span estimator stability. (#21282) 2018-07-27 10:43:59 +02:00
index.js [ML] Add endpoints and service for ML filters (#20406) 2018-07-04 13:00:16 +01:00
jsconfig.json [ML] Adding jsconfig file for better code navigation in vscode (#19203) 2018-05-18 12:52:18 +01:00