mirror of https://github.com/jumpserver/jumpserver
fix: 空的 es 存储,指定 timestamp 排序报错
parent
005032ea00
commit
561ce53413
|
@ -84,6 +84,12 @@ class CommandStore():
|
|||
},
|
||||
"org_id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"@timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue