mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Final changes to log framework ext code.
The "metadata" functionality has been renamed to "ext" to represent that the logs are being extended. The function that returns the record which is used to extend the log now receives a log filter as it's single argument. The field name "unrolling" is now renamed to "scope" so the variables names now look like this: "Log::default_scope_sep"
This commit is contained in:
parent
a60ce35103
commit
5f6565d62c
4 changed files with 92 additions and 64 deletions
|
@ -3,4 +3,4 @@
|
|||
|
||||
@load base/protocols/conn
|
||||
|
||||
redef Log::default_unrolling_sep = "_";
|
||||
redef Log::default_scope_sep = "_";
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
@load base/protocols/conn
|
||||
|
||||
redef Log::default_unrolling_sep = "*";
|
||||
redef Log::default_scope_sep = "*";
|
||||
redef Log::default_field_name_map = {
|
||||
["id*orig_h"] = "src",
|
||||
["id*orig_p"] = "src_port",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue