mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

* origin/topic/jsiwek/log-escaping: Add missing ascii writer options to log header. Escape the ASCII log's set separator (addresses #712) Rewrite ODesc character escaping functionality. (addresses #681) Closes #712.
10 lines
365 B
Text
10 lines
365 B
Text
#separator \x09
|
|
#set_separator \x2c
|
|
#empty_field \x2d
|
|
#unset_field \x2d
|
|
#path metrics
|
|
#fields ts metric_id filter_name index.host index.str index.network value
|
|
#types time enum string addr string subnet count
|
|
1323276206.622034 TEST_METRIC foo-bar 6.5.4.3 - - 4
|
|
1323276206.622034 TEST_METRIC foo-bar 1.2.3.4 - - 6
|
|
1323276206.622034 TEST_METRIC foo-bar 7.2.1.5 - - 2
|