Merge pull request #7153 from Security-Onion-Solutions/fix/dtc_event_mappings

Add 'event.created' and 'event.ingested' keyword mapping
This commit is contained in:
weslambert
2022-02-08 16:36:49 -05:00
committed by GitHub

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,