fix: 空的 es 存储,指定 timestamp 排序报错

pull/7517/head
xinwen 3 years ago committed by 老广
parent 005032ea00
commit 561ce53413

@ -84,6 +84,12 @@ class CommandStore():
}, },
"org_id": { "org_id": {
"type": "keyword" "type": "keyword"
},
"@timestamp": {
"type": "date"
},
"timestamp": {
"type": "long"
} }
} }
} }

Loading…
Cancel
Save