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 list of the event fields to convert.
// >> Field value must be a string.
Fields []cfg.FieldSelector `json:"fields" slice:"true" required:"true"` // *
// > @3@4@5@6
// >
// > If set, the plugin will replace all non-graphic bytes to unicode replacement char (�).
// >> It works only with unicode (`\u...` and `\U...`) encoded bytes.
ReplaceNonGraphic bool `json:"replace_non_graphic" default:"false"` // *
}
! config-params ^ config-params
Click to show internal directories.
Click to hide internal directories.