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,7 +267,12 @@
}, },
"ingest":{ "ingest":{
"type":"object", "type":"object",
"dynamic": true "dynamic": true,
"properties":{
"timestamp":{
"type":"date"
}
}
}, },
"intel":{ "intel":{
"type":"object", "type":"object",