Elastic Error:
Caused by: java.lang.IllegalArgumentException: failed to parse date field [Tue Feb 06 2029 00:00:00 GMT-0500 (Eastern Standard Time)] with format [yyyy-MM-dd'T'HH:mm:ss.SSSZ||yyyy-MM-dd'T'HH:mm:ss.SSS'Z'||yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||epoch_millis]
Date input: Tue Feb 06 2029 00:00:00 GMT-0500 (Eastern Standard Time)
Is there a way I can match that format for a date in ES? I don't see any options in the format documentation for "day of week"
This is coming from a javascript date.toString() that I'd prefer not to have to change.