Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// > @3@4@5@6
// >
// > The event field to decode. Must be a string.
Field cfg.FieldSelector `json:"field" parse:"selector" required:"true"` // *
Field_ []string
// > @3@4@5@6
// >
// > A prefix to add to decoded object keys.
Prefix string `json:"prefix" default:""` // *
// > @3@4@5@6
// >
// > Defines how to handle logging of json parse error.
// > @jsonParseErrorMode|comment-list
// >
// > Defaults to `off`.
LogJSONParseErrorMode string `json:"log_json_parse_error_mode" default:"off" options:"off|erronly|withnode"` // *
}
! config-params ^ config-params
Click to show internal directories.
Click to hide internal directories.