README ¶ Noerrors Filter Plugin The noerrors filter accepts event only if it has no errors. Configuration [[processors]] [processors.through] [processors.through.filters.noerrors] reverse = false This plugin has no any specific configuration. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type NoErrors func (f *NoErrors) Close() error func (f *NoErrors) Init() error func (f *NoErrors) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type NoErrors ¶ type NoErrors struct { *core.BaseFilter `mapstructure:"-"` } func (*NoErrors) Close ¶ func (f *NoErrors) Close() error func (*NoErrors) Init ¶ func (f *NoErrors) Init() error func (*NoErrors) Run ¶ func (f *NoErrors) Run() Source Files ¶ View all Source files noerrors.go Click to show internal directories. Click to hide internal directories.