es 批量插入MySQL数据 数据类型为timestamp 怎么设置es日期时间类型

\"type\":\"illegal_argument_exception\",\"reason\":\"failed to parse date field [-62170012800] with format [date_time]\

上面的是es(7.x)设置为date_time 类型时报的错误

MySQL中的数据是2019-08-30 12:20:24
格式如下:
receipt_at timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'

https://blog.csdn.net/weixin_34144450/article/details/88754502

.startObject("create_time") //创建日期
.field("type", "date")
.field("format", "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd")
.endObject()