mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
make want_record=T the default for events
This commit is contained in:
parent
63e8bf72ed
commit
76ea182387
7 changed files with 7 additions and 7 deletions
|
@ -44,7 +44,7 @@ event bro_init()
|
|||
{
|
||||
try = 0;
|
||||
outfile = open("../out");
|
||||
Input::add_event([$source="../input.log", $reader=Input::READER_RAW, $mode=Input::REREAD, $name="input", $fields=Val, $ev=line]);
|
||||
Input::add_event([$source="../input.log", $reader=Input::READER_RAW, $mode=Input::REREAD, $name="input", $fields=Val, $ev=line, $want_record=F]);
|
||||
Input::force_update("input");
|
||||
Input::remove("input");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue