[ML] Anomalies table shows wrong actual and typical values for time_of_day/week detectors #32023
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Anomaly Detection
ML anomaly detection
:ml
For detectors which use time_of_day or time_of_week functions, depending on the time of the anomaly, and the time zone configured for the client, the anomalies table can report the wrong times for the
actual
andtypical
values.In addition, the times for the
actual
andtypical
values are formatted in a 12 hour, rather than 24 hour clock.e.g. for an anomaly with a record timestamp of
Feb 10, 2016 @ 22:00:00.000
, the table shows anactual
value of11:02
, where it should should be22:02
(using 24 hour clock) and alsoactual
time displayed at 11:02pm is 1 hour out from what it should read for 10:02pm.Fixes elastic/ml-cpp#413
The text was updated successfully, but these errors were encountered: