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

@@ -532,7 +532,15 @@
"x509":{ "x509":{
"type":"object", "type":"object",
"dynamic": true "dynamic": true
} },
"suricata":{
"type":"object",
"dynamic": true
},
"zeek":{
"type":"object",
"dynamic": true
},
} }
} }
} }