mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
14 lines
512 B
Text
14 lines
512 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path ssh
|
|
#start 2012-07-20-01-49-21
|
|
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
|
#types time addr port addr port string string
|
|
1342748961.748481 1.2.3.4 1234 2.3.4.5 80 success unknown
|
|
1342748961.748481 1.2.3.4 1234 2.3.4.5 80 failure US
|
|
1342748961.748481 1.2.3.4 1234 2.3.4.5 80 failure UK
|
|
1342748961.748481 1.2.3.4 1234 2.3.4.5 80 success BR
|
|
1342748961.748481 1.2.3.4 1234 2.3.4.5 80 failure MX
|
|
#end 2012-07-20-01-49-21
|