package
6.8.15+incompatible
Repository: https://github.com/agilebits/beats.git
Documentation: pkg.go.dev

# Functions

GenerateHints parses annotations based on a prefix and sets up hints that can be picked up by individual Beats.
GetContainerID returns the id of a container.
GetContainerName returns the name of a container.
GetHintAsConfigs can read a hint in the form of a stringified JSON and return a common.MapStr.
GetHintAsList takes a hint and returns the value as lists.
GetHintMapStr takes a hint and returns a MapStr.
GetHintString takes a hint and returns its value as a string.
GetProcessors gets processor definitions from the hints and returns a list of configs as a MapStr.
IsNoOp is a big red button to prevent spinning up Runners in case of issues.
Plugin accepts a BuilderConstructor to be registered as a plugin.