From 1569ace0690f8aa37ab1ef82926f6c79578feb4f Mon Sep 17 00:00:00 2001 From: Mohan Dhawan Date: Mon, 29 Sep 2025 13:58:01 +0530 Subject: [PATCH] update metadata --- scripts/main.zeek | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/main.zeek b/scripts/main.zeek index ceaacfe..60172cc 100644 --- a/scripts/main.zeek +++ b/scripts/main.zeek @@ -5,7 +5,8 @@ module Corelight; export { - ## The length of POST bodies to extract. + ## The maximum amount of bytes from HTTP POST bodies that get captured in + ## the log. const http_post_body_length = 200 &redef; }