You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature:
In v7.5 you cannot create a job on data that has a time field of datatype date_nanos, the validation step will error with:
'time' cannot be used as the time-field because it's not a valid field of type 'date'.
On the back end there is no reason why anomaly detectors wouldn't work with the date_nanos datatype and it is possible to use if you create the job and datafeed using the APIs rather than kibana.
peteharverson
changed the title
Support the data_nanos datatype in anomaly detector jobs
[ML] Support the data_nanos datatype in anomaly detector jobs
Dec 16, 2019
peteharverson
changed the title
[ML] Support the data_nanos datatype in anomaly detector jobs
[ML] Support the date_nanos datatype in anomaly detector jobs
Dec 19, 2019
peteharverson
changed the title
[ML] Support the date_nanos datatype in anomaly detector jobs
[ML] Anomaly detector job validation fails if time field is of type date_nanos
Dec 19, 2019
Describe the feature:
In v7.5 you cannot create a job on data that has a time field of datatype
date_nanos
, the validation step will error with:'time' cannot be used as the time-field because it's not a valid field of type 'date'.
On the back end there is no reason why anomaly detectors wouldn't work with the
date_nanos
datatype and it is possible to use if you create the job and datafeed using the APIs rather than kibana.Originally raised in elastic/elasticsearch#49889
The text was updated successfully, but these errors were encountered: