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

# Packages

# Functions

LoadFile take a path and load the file and return a new configuration.
LoadFiles takes multiples files, load and merge all of them in a single one.
MustNewConfigFrom try to create a configuration based on the type passed as arguments and panic on failures.
New creates a new empty config.
NewConfigFrom takes a interface and read the configuration like it was YAML.
VarSkipKeys prevents variable expansion for these keys.

# Variables

DefaultOptions defaults options used to read the configuration.

# Type aliases

Config custom type over a ucfg.Config to add new methods on the object.
Option is an option type that modifies how loading configs work.