mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
![]() This allows the path for the default filter to be specified explicitly when creating a stream and reduces the need to rely on the default path function to magically supply the path. The default path function is now only used if, when a filter is added to a stream, it has neither a path nor a path function already. Adapted the existing Log::create_stream calls to explicitly specify a path value. Addresses BIT-1324 |
||
---|---|---|
.. | ||
actions | ||
extend-email | ||
__load__.bro | ||
cluster.bro | ||
main.bro | ||
non-cluster.bro | ||
README | ||
weird.bro |
The notice framework enables Bro to "notice" things which are odd or potentially bad, leaving it to the local configuration to define which of them are actionable. This decoupling of detection and reporting allows Bro to be customized to the different needs that sites have.