Updated Wazuh template

This commit is contained in:
Manuel J. Bernal 2019-10-25 13:45:03 +02:00
parent 9647c79e68
commit 359f3e3cb4

View File

@ -162,6 +162,7 @@
"data.dstip", "data.dstip",
"data.dstport", "data.dstport",
"data.dstuser", "data.dstuser",
"data.extra_data",
"data.hardware.serial", "data.hardware.serial",
"data.id", "data.id",
"data.integration", "data.integration",
@ -943,6 +944,9 @@
"data": { "data": {
"type": "keyword" "type": "keyword"
}, },
"extra_data": {
"type": "keyword"
},
"system_name": { "system_name": {
"type": "keyword" "type": "keyword"
}, },
@ -1673,4 +1677,4 @@
} }
}, },
"version": 1 "version": 1
} }