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

# Functions

ApplyConfigTemplate takes a set of templated configs and applys information in an event map.
NewConfigMapper builds a template Mapper from given settings.

# Structs

ConditionMap maps a condition to the configs to use when it's triggered.
Mapper maps config templates with conditions in ConditionMaps, if a match happens on a discover event the given template will be used as config.

# Type aliases

Event adapts MapStr to processors.ValuesMap interface.
MapperSettings holds user settings to build Mapper.