mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
9 lines
262 B
Text
9 lines
262 B
Text
[source=wc -l ../input.log |, reader=Input::READER_RAW, mode=Input::MANUAL, name=input, fields=<no value description>, want_record=F, ev=line
|
|
{
|
|
print outfile, description;
|
|
print outfile, tpe;
|
|
print outfile, s;
|
|
close(outfile);
|
|
}]
|
|
Input::EVENT_NEW
|
|
8 ../input.log
|