package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Functions

CloseOnSignal closes the outlet, once the signal triggers.
NewOutletFactory creates a new outlet factory for connecting an input to the publisher pipeline.
RunnerFactoryWithCommonInputSettings wraps a runner factory, such that all runners created by this factory have the same processing capabilities and related configuration file settings.
SubOutlet create a sub-outlet, which can be closed individually, without closing the underlying outlet.

# Structs

# Interfaces

Connector creates an Outlet connecting the event publishing with some internal pipeline.
Outleter is the outlet for an input.

# Type aliases

ConnectorFunc is an adapter for using ordinary functions as Connector.
Factory is used to create a new Outlet instance.