mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Merge branch 'topic/christian/policy-hook-docfix'
* topic/christian/policy-hook-docfix: Fix reference in the logging framework docs re. Log::StreamPolicyHook
This commit is contained in:
commit
db600b7393
3 changed files with 7 additions and 2 deletions
5
CHANGES
5
CHANGES
|
@ -1,3 +1,8 @@
|
|||
|
||||
4.1.0-dev.907 | 2021-07-08 16:00:06 -0700
|
||||
|
||||
* Fix reference in the logging framework docs re. Log::StreamPolicyHook (Christian Kreibich, Corelight)
|
||||
|
||||
4.1.0-dev.905 | 2021-07-08 12:59:01 -0700
|
||||
|
||||
* Update broker submodule for process metrics (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.0-dev.905
|
||||
4.1.0-dev.907
|
||||
|
|
|
@ -311,7 +311,7 @@ export {
|
|||
type StreamPolicyHook: hook(rec: any, id: ID);
|
||||
|
||||
## A hook type to implement filtering policy at log filter
|
||||
## granularity. Like :zeek:see:`StreamPolicyHook`, these can
|
||||
## granularity. Like :zeek:see:`Log::StreamPolicyHook`, these can
|
||||
## implement added functionality, alter it prior to logging, or
|
||||
## veto the write. These hooks run at log filter granularity,
|
||||
## so get a :zeek:see:`Log::Filter` instance as additional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue