mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-01 17:07:50 +02:00
Merge pull request #3705 from Security-Onion-Solutions/delta
Enforce date type for ingest.timestamp
This commit is contained in:
@@ -267,7 +267,12 @@
|
|||||||
},
|
},
|
||||||
"ingest":{
|
"ingest":{
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"dynamic": true
|
"dynamic": true,
|
||||||
|
"properties":{
|
||||||
|
"timestamp":{
|
||||||
|
"type":"date"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"intel":{
|
"intel":{
|
||||||
"type":"object",
|
"type":"object",
|
||||||
|
|||||||
Reference in New Issue
Block a user