mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Fix minor formatting issues in script docs
This commit is contained in:
parent
690ea30798
commit
5e23e57025
2 changed files with 6 additions and 6 deletions
|
@ -26,20 +26,20 @@ export {
|
||||||
## This option is also available as a per-filter ``$config`` option.
|
## This option is also available as a per-filter ``$config`` option.
|
||||||
const use_json = F &redef;
|
const use_json = F &redef;
|
||||||
|
|
||||||
## Format of timestamps when writing out JSON. By default, the JSON formatter will
|
## Format of timestamps when writing out JSON. By default, the JSON
|
||||||
## use double values for timestamps which represent the number of seconds from the
|
## formatter will use double values for timestamps which represent the
|
||||||
## UNIX epoch.
|
## number of seconds from the UNIX epoch.
|
||||||
const json_timestamps: JSON::TimestampFormat = JSON::TS_EPOCH &redef;
|
const json_timestamps: JSON::TimestampFormat = JSON::TS_EPOCH &redef;
|
||||||
|
|
||||||
## If true, include lines with log meta information such as column names
|
## If true, include lines with log meta information such as column names
|
||||||
## with types, the values of ASCII logging options that are in use, and
|
## with types, the values of ASCII logging options that are in use, and
|
||||||
## the time when the file was opened and closed (the latter at the end).
|
## the time when the file was opened and closed (the latter at the end).
|
||||||
##
|
##
|
||||||
## If writing in JSON format, this is implicitly disabled.
|
## If writing in JSON format, this is implicitly disabled.
|
||||||
const include_meta = T &redef;
|
const include_meta = T &redef;
|
||||||
|
|
||||||
## Prefix for lines with meta information.
|
## Prefix for lines with meta information.
|
||||||
##
|
##
|
||||||
## This option is also available as a per-filter ``$config`` option.
|
## This option is also available as a per-filter ``$config`` option.
|
||||||
const meta_prefix = "#" &redef;
|
const meta_prefix = "#" &redef;
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ export {
|
||||||
## to be logged has occurred.
|
## to be logged has occurred.
|
||||||
ts: time &log;
|
ts: time &log;
|
||||||
## A unique identifier of the connection which triggered the
|
## A unique identifier of the connection which triggered the
|
||||||
## signature match event
|
## signature match event.
|
||||||
uid: string &log &optional;
|
uid: string &log &optional;
|
||||||
## The host which triggered the signature match event.
|
## The host which triggered the signature match event.
|
||||||
src_addr: addr &log &optional;
|
src_addr: addr &log &optional;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue