From: Victor Julien Date: Tue, 7 Jun 2022 19:12:46 +0000 (+0200) Subject: eve/schema: add missing http fields X-Git-Tag: suricata-7.0.0-beta1~475 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42adaf5627f09a41aefd19856ccea6d21f5d7df5;p=thirdparty%2Fsuricata.git eve/schema: add missing http fields --- diff --git a/etc/schema.json b/etc/schema.json index 0cce77858d..d13f3e8829 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1422,12 +1422,21 @@ "http_refer": { "type": "string" }, + "http_response_body": { + "type": "string" + }, + "http_response_body_printable": { + "type": "string" + }, "http_user_agent": { "type": "string" }, "length": { "type": "integer" }, + "org_src_ip": { + "type": "string" + }, "protocol": { "type": "string" }, @@ -1437,12 +1446,18 @@ "status": { "type": "integer" }, + "true_client_ip": { + "type": "string" + }, "url": { "type": "string" }, "version": { "type": "string" }, + "x_bluecoat_via": { + "type": "string" + }, "xff": { "type": "string" },