mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-18 00:41:35 +00:00
fix: 空的 es 存储,指定 timestamp 排序报错
This commit is contained in:
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…
Reference in New Issue
Block a user