From 42adaf5627f09a41aefd19856ccea6d21f5d7df5 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 7 Jun 2022 21:12:46 +0200 Subject: [PATCH] eve/schema: add missing http fields --- etc/schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" },