mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Logging: implement get_filter_names and small fixes.
get_filter_names(id: ID) : set[string] returns the names of the current list of filters for a specified log stream. Furthermore this commit makes a number of logging functions more robust by checking existence of values before trying to modify them. This commit also really implements (and tests) the enable_stream function.
This commit is contained in:
parent
fc6e3b4e36
commit
a4a9bf4199
8 changed files with 263 additions and 20 deletions
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path ssh
|
||||
#open 2018-01-09-22-31-37
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
1515537097.372589 1.2.3.4 1234 2.3.4.5 80 failure MX
|
||||
#close 2018-01-09-22-31-37
|
Loading…
Add table
Add a link
Reference in a new issue