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:
Christian Kreibich 2021-07-08 16:00:06 -07:00
commit db600b7393
3 changed files with 7 additions and 2 deletions

View file

@ -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)

View file

@ -1 +1 @@
4.1.0-dev.905
4.1.0-dev.907

View file

@ -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