From e4e5413478278f7bf357f3c854733fd61d9a3aea Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 25 Mar 2026 15:42:54 +0100 Subject: [PATCH] etc/schema: add http_request_body Ticket: 8161 --- etc/schema.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index c0aa42d784..230c497136 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -2394,6 +2394,19 @@ ] } }, + "http_request_body": { + "type": "string", + "description": "Base64 of the request body", + "suricata": { + "keywords": [ + "http.request_body", "file.data" + ] + } + }, + "http_request_body_printable": { + "type": "string", + "description": "The ascii-printable characters of the request body" + }, "http_response_body": { "type": "string", "description": "Base64 of the response body",