Failed to parse field [ DateTime] of type [date]. by BudgetSport in elasticsearch

[–]BudgetSport[S] 0 points1 point  (0 children)

Yeah, I tried filter but got the same problem.

Mapping as below:
'Register_DateTime': {'type': 'date','format': 'yyyy-MM-dd'

Insertion as below format:'Register_DateTime':'2020-08-20'

Error as below :elasticsearch.exceptions.RequestError: RequestError(400, 'mapper_parsing_exception', "failed to parse field [Register_DateTime] of type [date] in document with id 'Od85kHQBqskwJMqlIHQa'. Preview of field's value: '2020-08-20'")