mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Enforce date type for ingest.timestamp
This commit is contained in:
@@ -267,9 +267,14 @@
|
|||||||
},
|
},
|
||||||
"ingest":{
|
"ingest":{
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"dynamic": true
|
"dynamic": true,
|
||||||
|
"properties":{
|
||||||
|
"timestamp":{
|
||||||
|
"type":"date"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"intel":{
|
"intel":{
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"dynamic": true,
|
"dynamic": true,
|
||||||
"properties":{
|
"properties":{
|
||||||
|
|||||||
Reference in New Issue
Block a user