Commit graph

13 commits

Author SHA1 Message Date
Spencer
0b4ae5020b
[npm] prepare @kbn/datemath for publishing (#26559)
We need to share `@kbn/datemath` with `@elastic/eui`, and rather than making them rely on Kibana for their dependencies we've decided to republish `@kbn/datemath` as `@elastic/datemath`. This isn't something we want to do often, so please check with the platform team if you'd like to do this for another module.
2018-12-03 16:01:16 -08:00
Pete Harverson
c5d9583b7a
[ML] Lowers multi-bucket impact thresholds used for anomaly display (#24136)
* [ML] Lowers multi-bucket impact thresholds used for anomaly display

* [ML] Adjust thresholds used in multi bucket impact unit tests
2018-10-18 11:14:14 +01:00
Pete Harverson
557fc7a66f
[ML] Indicate multi-bucket anomalies in results dashboards (#23746) 2018-10-03 16:09:52 +01:00
Pete Harverson
20b9cba02a
[ML] Removes job ID from detector description for duplicates (#23192) 2018-09-17 09:37:39 +01:00
Walter Rafelsberger
aabe4f13d2
[ML] Support for the rare detector for charts in anomaly explorer and singe metric viewer (#21524)
- Enables support for the rare detector for the charts in Anomaly Explorer and Single Metric Viewer.
- The charts use a count aggregation. The anomaly records for rare detectors include actual/typical values, but they don't refer to values we have for other detectors. actual is always 1 and doesn't refer to the actual count. typical has the probability as its value. To avoid confusing users by displaying these values as actual/typical in the tooltip, just the value of count of the aggregation will be shown.
- This enables the existing charts to be able to visualize rare detectors. A follow-up to this PR will introduce a specific chart for rare detectors.
2018-08-01 16:38:50 +02:00
James Gowdy
60706bf77a
[ML] Better model memory limit validation (#21270) 2018-07-27 07:49:17 +01:00
Pete Harverson
755409d31d
[ML] Prevents conditions on rules for rare, metric and lat_long (#21198) 2018-07-25 12:49:03 +01:00
Walter Rafelsberger
e05b668f43
[ML] More helpful job validation success messages. (#21079)
This provides more helpful texts for job validation success messages. Previously only a list of checks was shown to the user without any further explanation. This PR addresses this issue in the following way:
- At the bottom of the modal an introductory brief text about job validation including a link to documentation is inserted.
- The success messages in the list now provide a more helpful text including (where applicable) a deep link to documentation
- The messages now support a richer Callout layout including a header and additional text.
2018-07-23 23:28:38 +02:00
James Gowdy
bf6cc70d24
[ML] Adding validation to the edit job flyout (#21041)
* [ML] Adding validation to the edit job flyout

* removing a bit of lodash

* tiny code clean up

* fixing validation check
2018-07-23 12:39:47 +01:00
Pete Harverson
465ab78ef7
[ML] Adds editor for configuring detector rules (#20989)
* [ML] Adds editor for configuring detector rules

* [ML] Edits to Rule Editor flyout following review
2018-07-22 14:01:45 +01:00
Pete Harverson
72f0f5918b
[ML] Don't show time series charts if metric field is script field (#19206) 2018-05-18 13:11:22 +01:00
Pete Harverson
25324c1d19
[ML] Create server-side results service (#19044)
* [ML] Create server-side results service

* [ML] Edits to server side results service following review
2018-05-16 09:59:07 +01:00
Jenkins CI
fe4609647d Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00