Add suricata/zeek until we migrate templates

This commit is contained in:
weslambert
2021-06-02 16:37:43 -04:00
committed by GitHub
parent 4c74e7f308
commit 4241bb08b8

View File

@@ -527,12 +527,20 @@
"version":{ "version":{
"type":"long" "type":"long"
} }
} }
}, },
"x509":{ "x509":{
"type":"object", "type":"object",
"dynamic": true "dynamic": true
} },
"suricata":{
"type":"object",
"dynamic": true
},
"zeek":{
"type":"object",
"dynamic": true
},
} }
} }
} }