Move the options from policy/tuning/defaults to actual Zeek defaults, deprecate that package

This commit is contained in:
Tim Wojtulewicz 2024-04-29 14:11:19 -07:00
parent 966d411ed5
commit 6821a41c4e
11 changed files with 45 additions and 38 deletions

7
NEWS
View file

@ -64,6 +64,13 @@ Changed Functionality
but mainly for providing comparisons, which is why this is not a breaking
change.
- The tuning/defaults policy has been deprecated and will be removed in
v7.1. This policy was already being loaded by default via local.zeek. The
settings contained within have become the overall defaults for Zeek now,
instead of having to load the policy. The two changes here are that fragments
now timeout after 5 minutes by default instead of no timeout, and extracted
files now have a default size limit of 100MB instead of unlimited.
Removed Functionality
---------------------