mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Porting syslog analyzer as another example.
The diff to this commit shows what "porting" involves ... This also adds a small test for syslog.
This commit is contained in:
parent
d5865c67cb
commit
1a30a57816
16 changed files with 85 additions and 48 deletions
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path syslog
|
||||
#open 2013-04-05-20-06-27
|
||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p proto facility severity message
|
||||
#types time string addr port addr port enum string string string
|
||||
1365191811.424495 UWkUyAuUGXf 127.0.0.1 57067 127.0.0.1 514 udp LOCAL0 NOTICE Apr 5 12:56:51 robin: Hello, syslog!\x00
|
||||
#close 2013-04-05-20-06-27
|
Loading…
Add table
Add a link
Reference in a new issue