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
We introduced the support of date time format in range queries, unfortunately the date time format we support is not that of elastic.
Elasticsearch expect a yyyymmdd format while quickwit expected strptime (%Y-%M-%d)
For instance the following pattern is correct for elasticsearch yyyy|MM|dd 'T'HH:mm:ss.SSSSSS'Z'
but incorrect for quickwit's range filter as illustrated by #5227
We introduced the support of date time format in range queries, unfortunately the date time format we support is not that of elastic.
Elasticsearch expect a
yyyymmdd
format while quickwit expected strptime (%Y-%M-%d
)For instance the following pattern is correct for elasticsearch
yyyy|MM|dd 'T'HH:mm:ss.SSSSSS'Z'
but incorrect for quickwit's range filter as illustrated by #5227
related story: #5109
The text was updated successfully, but these errors were encountered: