mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
logging: Add event_groups to Stream
This commit adds an optional event_groups field to the Logging::Stream record to associated event groups with logging streams. This can be used to disable all event groups of a logging stream when it is disabled. It does require making an explicit connection between the logging stream and the involved groups, however.
This commit is contained in:
parent
ba4b8faea2
commit
a0aa00fa81
6 changed files with 481 additions and 294 deletions
|
@ -0,0 +1,19 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path packet
|
||||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields ts c ttl len
|
||||
#types time count count count
|
||||
XXXXXXXXXX.XXXXXX 1 64 66
|
||||
XXXXXXXXXX.XXXXXX 2 59 117
|
||||
XXXXXXXXXX.XXXXXX 3 64 80
|
||||
XXXXXXXXXX.XXXXXX 4 59 127
|
||||
XXXXXXXXXX.XXXXXX 5 64 66
|
||||
XXXXXXXXXX.XXXXXX 25 64 64
|
||||
XXXXXXXXXX.XXXXXX 26 59 159
|
||||
XXXXXXXXXX.XXXXXX 27 64 64
|
||||
XXXXXXXXXX.XXXXXX 28 59 226
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
Loading…
Add table
Add a link
Reference in a new issue