Documentation ¶
Index ¶
- type Drop
- func (d *Drop) Apply(es ...*formatters.EventMsg) []*formatters.EventMsg
- func (d *Drop) Init(cfg interface{}, opts ...formatters.Option) error
- func (d *Drop) WithActions(act map[string]map[string]interface{})
- func (d *Drop) WithLogger(l *log.Logger)
- func (d *Drop) WithTargets(tcs map[string]*types.TargetConfig)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Drop ¶
type Drop struct { Condition string `mapstructure:"condition,omitempty"` TagNames []string `mapstructure:"tag-names,omitempty" json:"tag-names,omitempty"` ValueNames []string `mapstructure:"value-names,omitempty" json:"value-names,omitempty"` Tags []string `mapstructure:"tags,omitempty" json:"tags,omitempty"` Values []string `mapstructure:"values,omitempty" json:"values,omitempty"` Debug bool `mapstructure:"debug,omitempty" json:"debug,omitempty"` // contains filtered or unexported fields }
Drop Drops the msg if ANY of the Tags or Values regexes are matched
func (*Drop) Apply ¶
func (d *Drop) Apply(es ...*formatters.EventMsg) []*formatters.EventMsg
func (*Drop) WithActions ¶ added in v0.21.0
func (*Drop) WithLogger ¶ added in v0.9.1
func (*Drop) WithTargets ¶ added in v0.12.2
func (d *Drop) WithTargets(tcs map[string]*types.TargetConfig)
Click to show internal directories.
Click to hide internal directories.