mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Add options to filter at the stream level as well as globally
This commit is contained in:
parent
339d46ae26
commit
0ec2161b04
30 changed files with 420 additions and 129 deletions
|
@ -20,10 +20,10 @@
|
|||
module Test;
|
||||
|
||||
# Disable the string and container length filtering.
|
||||
redef Log::max_field_string_bytes = 0;
|
||||
redef Log::max_total_string_bytes = 0;
|
||||
redef Log::max_field_container_elements = 0;
|
||||
redef Log::max_total_container_elements = 0;
|
||||
redef Log::default_max_field_string_bytes = 0;
|
||||
redef Log::default_max_total_string_bytes = 0;
|
||||
redef Log::default_max_field_container_elements = 0;
|
||||
redef Log::default_max_total_container_elements = 0;
|
||||
|
||||
export {
|
||||
redef enum Log::ID += { LOG };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue