Date parsing error in ES - Invalid format

04:08:02 is indeed not a valid date.

You need probably to make sure you are sending a full date to elasticsearch and not only the time.

I believe this is better to keep this conversation in Unable to convert field to date type with date filter.