curl -XPOST 'localhost:9200/xxx/xxx/9999/_update?pretty' -H 'Content-Type: application/json' -d '{
"doc":{
"organizer":"Roy",
"fuhe_time":"2019/1/29 21:21:54"
}
}
报错:
"failed to parse date field [2019/1/29 21:21:54] with format [yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||epoch_millis]",
修改: "fuhe_time":"2019/01/29 21:21:54"