mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
12 lines
464 B
Text
12 lines
464 B
Text
#separator \x09
|
|
#set_separator \x2c
|
|
#empty_field \x2d
|
|
#unset_field \x2d
|
|
#path test
|
|
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
|
#types time addr port addr port string string
|
|
1324308589.020941 1.2.3.4 1234 2.3.4.5 80 success unknown
|
|
1324308589.020941 1.2.3.4 1234 2.3.4.5 80 failure US
|
|
1324308589.020941 1.2.3.4 1234 2.3.4.5 80 failure UK
|
|
1324308589.020941 1.2.3.4 1234 2.3.4.5 80 success BR
|
|
1324308589.020941 1.2.3.4 1234 2.3.4.5 80 failure MX
|