When insert into django model elastic search gives error

'error': {'type': 'mapper_parsing_exception', 'reason': "failed to parse field [transaction_timestamp] of type [date] in document with id '3'. Preview of field's value: '2020-05-29 17:50:51.721000'", 'caused_by': {'type': 'illegal_argument_exception', 'reason': 'failed to parse date field [2020-05-29 17:50:51.721000] with format [%Y-%m-%d %H:%M:%S]', 'caused_by': {'type': 'date_time_parse_exception', 'reason': "Text '2020-05-29 17:50:51.721000' could not be parsed at index 0"}}}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.