Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Merge ¶
type Merge struct { Always bool `mapstructure:"always,omitempty" json:"always,omitempty"` Debug bool `mapstructure:"debug,omitempty" json:"debug,omitempty"` // contains filtered or unexported fields }
Merge merges a list of event messages into one or multiple messages based on some criteria
func (*Merge) Apply ¶
func (p *Merge) Apply(es ...*formatters.EventMsg) []*formatters.EventMsg
func (*Merge) WithLogger ¶ added in v0.9.1
func (*Merge) WithTargets ¶ added in v0.12.2
Click to show internal directories.
Click to hide internal directories.