mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Changing the start/end markers in logs to open/close now reflecting
wall clock. Triggers lots of (simple) baseline updates.
This commit is contained in:
parent
f5862fb014
commit
1fd0d7a607
102 changed files with 294 additions and 305 deletions
|
@ -3,7 +3,7 @@
|
|||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path ssh
|
||||
#start 2012-07-20-01-49-20
|
||||
#open 2012-07-20-01-49-20
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
1342748960.468458 1.2.3.4 1234 2.3.4.5 80 success unknown
|
||||
|
@ -11,4 +11,4 @@
|
|||
1342748960.468458 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
1342748960.468458 1.2.3.4 1234 2.3.4.5 80 success BR
|
||||
1342748960.468458 1.2.3.4 1234 2.3.4.5 80 failure MX
|
||||
#end 2012-07-20-01-49-20
|
||||
#close 2012-07-20-01-49-20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue