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
Support for the date_nanos was added to Kibana in 7.3.0 (see #36111), however various parts of the ML UI do not currently work when the time field of the Elasticsearch index is mapped as type date_nanos.
This meta issue tracks the functionality that needs fixing to support date_nanos type date fields:
'Use full time range' button fails in the job wizards; page goes blank with an invalid bounds error in the browser console (no longer found in 7.7)
'Use full time range' button fails in the Data Visualizer; page goes blank with a TypeError in the browser console (no longer found in 7.7)
Datafeed preview fails in the advanced job wizard, with an error of the form [illegal_argument_exception] date[+49916826-11-21T00:53:20Z] is after 2262-04-11T23:47:16.854775807 and cannot be stored in nanosecond resolution"(no longer found in 7.7)
Transforms using a group_by on a date_histogram of the date_nanos field fail with BulkIndexingException seen in job messages (no longer found in 7.7)
Support for the
date_nanos
was added to Kibana in 7.3.0 (see #36111), however various parts of the ML UI do not currently work when the time field of the Elasticsearch index is mapped as typedate_nanos
.This meta issue tracks the functionality that needs fixing to support
date_nanos
type date fields:[illegal_argument_exception] date[+49916826-11-21T00:53:20Z] is after 2262-04-11T23:47:16.854775807 and cannot be stored in nanosecond resolution"
(no longer found in 7.7)date_nanos
field fail withBulkIndexingException
seen in job messages (no longer found in 7.7)composite
agg fails to bucketdate_nanos
withdate_histogram
source elasticsearch#53168. Fixed in [ML] Transforms: Fix date nanos preview rendering. #61792The text was updated successfully, but these errors were encountered: