From: Lancer Cheng Date: Tue, 14 Feb 2023 11:33:35 +0000 (+0000) Subject: eve: add version and warning in ntlmssp X-Git-Tag: suricata-7.0.0-rc2~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b17e9778c2ff18b6da42bc6c4d7cc0342fe22a;p=thirdparty%2Fsuricata.git eve: add version and warning in ntlmssp Bug OISF#5783 --- diff --git a/etc/schema.json b/etc/schema.json index 6d319c48f6..e9ca6f0fe7 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3619,6 +3619,13 @@ }, "user": { "type": "string" + }, + "version": { + "type": "string", + "optional": true + }, + "warning": { + "type": "boolean" } }, "additionalProperties": false