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

# Functions

NewInputManager wraps the given configure function to create a new stateless input manager.

# Structs

InputManager provides an InputManager for transient inputs, that do not store state in the registry or require end-to-end event acknowledgement.

# Interfaces

Input is the interface transient inputs are required to implemented.
Publisher is used by the Input to emit events.