package
6.0.0-beta1+incompatible
Repository: https://github.com/jshi-git/beats.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
New creates a new beat instance.
Run initializes and runs a Beater implementation.
# Variables
GracefulExit is an error that signals to exit with a code of 0.
# Structs
Beat contains the basic beat data and the publisher client used to publish events.
BeatConfig struct contains the basic configuration of every beat.
No description provided by the author
# Interfaces
Beater is the interface that must be implemented by every Beat.
FlagsHandler is an interface that can optionally be implemented by a Beat if it needs to process command line flags on startup.
# Type aliases
Creator initializes and configures a new Beater instance used to execute the beat its run-loop.
No description provided by the author
SetupMLCallback can be used by the Beat to register MachineLearning configurations for the enabled modules.