through

package
v1.16.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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"

Documentation

Index

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL