mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Added a non boolean configuration and other changes as suggested by Jon
This commit is contained in:
parent
c9016f1397
commit
4be6871df2
12 changed files with 136 additions and 45 deletions
|
@ -0,0 +1 @@
|
|||
from event, [ts=1574278151.973419, vals=[2, T]]
|
|
@ -0,0 +1,2 @@
|
|||
hello world ,
|
||||
2, T
|
|
@ -0,0 +1,11 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path print
|
||||
#open 2019-11-18-15-32-20
|
||||
#fields ts vals
|
||||
#types time vector[string]
|
||||
1574119940.484001 hello world \x2c
|
||||
1574119940.484104 2,T
|
||||
#close 2019-11-18-15-32-20
|
Loading…
Add table
Add a link
Reference in a new issue