mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Merge remote-tracking branch 'origin/master' into topic/seth/metrics-merge
This commit is contained in:
commit
d61d175a04
189 changed files with 1047 additions and 400 deletions
|
@ -22,7 +22,7 @@ event bro_init()
|
|||
Log::create_stream(SSH::LOG, [$columns=Log]);
|
||||
|
||||
local filter = Log::get_filter(SSH::LOG, "default");
|
||||
filter$config = table(["only_single_header_row"] = "T");
|
||||
filter$config = table(["tsv"] = "T");
|
||||
Log::add_filter(SSH::LOG, filter);
|
||||
|
||||
local cid = [$orig_h=1.2.3.4, $orig_p=1234/tcp, $resp_h=2.3.4.5, $resp_p=80/tcp];
|
Loading…
Add table
Add a link
Reference in a new issue