Add 'event.created' and 'event.ingested' keyword mapping

This commit is contained in:
Wes Lambert
2022-02-08 21:34:32 +00:00
parent c216457a3e
commit 9b841fd872

View File

@@ -30,7 +30,12 @@
"type": "keyword"
},
"created": {
"type": "date"
"type": "date",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"dataset": {
"ignore_above": 1024,
@@ -56,7 +61,12 @@
"type": "keyword"
},
"ingested": {
"type": "date"
"type": "date",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"kind": {
"ignore_above": 1024,