mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
GH-289: Add options to limit entries in http.log file fields
The "orig_fuids", "orig_filenames", "orig_mime_types" http.log fields as well as their "resp" counterparts are now limited to having "HTTP::max_files_orig" or "HTTP::max_files_resp" entries, which are 15 by default. The limit can also be ignored case-by-case via the "HTTP::max_files_policy" hook. Fixes GH-289
This commit is contained in:
parent
8b9d525097
commit
92b6656bad
9 changed files with 127 additions and 8 deletions
|
@ -0,0 +1,2 @@
|
|||
max_files reached
|
||||
max_files reached
|
Loading…
Add table
Add a link
Reference in a new issue