README ¶ Through Processor Plugin The through processor passes all events. Yes, that's all. Well, it can sleep, if configured. Configuration [[processors]] [processors.through] sleep = "10s" Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Through func (p *Through) Close() error func (p *Through) Init() error func (p *Through) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Through ¶ type Through struct { *core.BaseProcessor `mapstructure:"-"` Sleep time.Duration `mapstructure:"sleep"` } func (*Through) Close ¶ func (p *Through) Close() error func (*Through) Init ¶ func (p *Through) Init() error func (*Through) Run ¶ func (p *Through) Run() Source Files ¶ View all Source files through.go Click to show internal directories. Click to hide internal directories.