mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Converting log writers and input readers to plugins.
This commit is contained in:
parent
6d9e261384
commit
f4cbcb9b03
109 changed files with 1177 additions and 495 deletions
14
src/logging/writers/ascii/ascii.bif
Normal file
14
src/logging/writers/ascii/ascii.bif
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
# Options for the ASCII writer.
|
||||
|
||||
module LogAscii;
|
||||
|
||||
const output_to_stdout: bool;
|
||||
const include_meta: bool;
|
||||
const meta_prefix: string;
|
||||
const separator: string;
|
||||
const set_separator: string;
|
||||
const empty_field: string;
|
||||
const unset_field: string;
|
||||
const use_json: bool;
|
||||
const json_timestamps: JSON::TimestampFormat;
|
Loading…
Add table
Add a link
Reference in a new issue