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.dstport",
"data.dstuser",
"data.extra_data",
"data.hardware.serial",
"data.id",
"data.integration",
@ -943,6 +944,9 @@
"data": {
"type": "keyword"
},
"extra_data": {
"type": "keyword"
},
"system_name": {
"type": "keyword"
},
@ -1673,4 +1677,4 @@
}
},
"version": 1
}
}