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