mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

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.
10 lines
296 B
Text
10 lines
296 B
Text
#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
|