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
{
"reason": {
"type": "parse_exception",
"reason": "failed to parse date field [1420070400001] with format [dateOptionalTime]",
"caused_by": {
"type": "illegal_argument_exception",
"reason": "Unrecognized chars at the end of [1420070400001]: [0001]"
}
I can do a test filter using epoch only if I add the epoch_millis format:
I am getting this error:
I can do a test filter using epoch only if I add the epoch_millis format:
Is there a way to update the query to use format?
Thanks
The text was updated successfully, but these errors were encountered: