Enforce date type for ingest.timestamp

This commit is contained in:
Wes Lambert
2021-03-31 12:24:51 +00:00
parent e92f5c122c
commit 942de130ca

View File

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