mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fix filter path_func to allow record argument as a subset of stream's columns.
This required adding the ability for RecordVal::CoerceTo functions to optionally allow orphaning fields. The default is to not allow it, but now before writing to a log, the value of the stream's columns is coerced down, if necessary, before passing it on to the filter's path_func. Addresses #600.
This commit is contained in:
parent
3a3f58d5df
commit
7ff2a3e115
6 changed files with 82 additions and 6 deletions
|
@ -0,0 +1,5 @@
|
|||
#separator \x09
|
||||
#path remote
|
||||
#fields ts id.orig_h
|
||||
#types time addr
|
||||
1300475169.780331 173.192.163.128
|
Loading…
Add table
Add a link
Reference in a new issue