mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
9 lines
408 B
Text
9 lines
408 B
Text
#separator \x09
|
|
#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
|
|
1323970700.744867 1.2.3.4 1234 2.3.4.5 80 success unknown
|
|
1323970700.744867 1.2.3.4 1234 2.3.4.5 80 failure US
|
|
1323970700.744867 1.2.3.4 1234 2.3.4.5 80 failure UK
|
|
1323970700.744867 1.2.3.4 1234 2.3.4.5 80 success BR
|
|
1323970700.744867 1.2.3.4 1234 2.3.4.5 80 failure MX
|