Closed
Description
At present, trying to use a field of datatype date_nanos
will return error :
'fieldName' cannot be used as the time-field because it's not a valid field of type 'date'.
Some indices may only use timestamps with precision requiring datatype date_nanos, these indices cannot be used for input for machine learning jobs (unless another field of datatype date is added)
Note this feature request is limited to the input - it not related to being able to process data in nano seconds or below current second bucket_span raised in 644