Merge pull request #3705 from Security-Onion-Solutions/delta

Enforce date type for ingest.timestamp
This commit is contained in:
weslambert
2021-03-31 08:40:41 -04:00
committed by GitHub

View File

@@ -267,7 +267,12 @@
}, },
"ingest":{ "ingest":{
"type":"object", "type":"object",
"dynamic": true "dynamic": true,
"properties":{
"timestamp":{
"type":"date"
}
}
}, },
"intel":{ "intel":{
"type":"object", "type":"object",