kibana/x-pack/plugins
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
..
__mocks__ [APM] ML integration (#19791) 2018-07-04 14:18:19 +02:00
apm fix: kuery autocomplete in apm (#21249) 2018-07-25 16:39:34 -07:00
cloud Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
console_extensions [console] adding generated spec files for xpack endpoints and adjusting code to… (#19928) 2018-06-25 08:44:35 -04:00
dashboard_mode Extract KQL autocomplete to a plugin (#20747) 2018-07-24 12:33:15 -07:00
graph Convert notify.warning calls to use toastNotifications (#20767) 2018-07-20 15:10:02 -07:00
grokdebugger Fix misspellings (#19981) 2018-06-26 20:17:41 -07:00
index_management Upgrade xpack to eui@3.0.0 (#20930) 2018-07-21 08:02:50 -07:00
kuery_autocomplete Extract KQL autocomplete to a plugin (#20747) 2018-07-24 12:33:15 -07:00
license_management Upgrade xpack to eui@3.0.0 (#20930) 2018-07-21 08:02:50 -07:00
logstash Convert various uses of notifier to toastNotifications. (#20420) 2018-07-06 08:33:04 -07:00
ml [ML] Improves bucket span estimator stability. (#21282) 2018-07-27 10:43:59 +02:00
monitoring [Monitoring] Ignore Duplicate Shards (#21057) 2018-07-24 16:04:11 -04:00
notifications Fix misspellings (#19981) 2018-06-26 20:17:41 -07:00
reporting Fix page layout on Reporting page (#21218) 2018-07-25 13:44:13 -04:00
searchprofiler Prune our usage of bootstrap (#21186) 2018-07-25 15:10:56 -07:00
security Updates messaging when X-Pack is unavailable (#21221) 2018-07-25 10:37:51 -07:00
tilemap Fix misspellings (#19981) 2018-06-26 20:17:41 -07:00
watcher Replace uses of Notifier with toastNotifications in Watcher. (#20538) 2018-07-09 13:29:48 -07:00
xpack_main [security] Improve communication for ES/X-Pack being unavailable (#21124) 2018-07-24 16:48:51 -07:00