package
6.8.16+incompatible
Repository: https://github.com/tencentblueking/beats.git
Documentation: pkg.go.dev
# Functions
New allocates a new Fileset object with the given configuration.
NewFactory instantiates a new Factory.
NewFilesetConfig creates a new FilesetConfig from a common.Config.
NewModuleRegistry reads and loads the configured module into the registry.
# Structs
Factory for modules.
Fileset struct is the representation of a fileset.
FilesetConfig contains the configuration file options for a fileset.
ModuleConfig contains the configuration file options for a module.
No description provided by the author
MultiplePipelineUnsupportedError is an error returned when a fileset uses multiple pipelines but is running against a version of Elasticsearch that doesn't support this feature.
ProcessorRequirement represents the declaration of a dependency to a particular Ingest Node processor / plugin.
# Interfaces
PipelineLoader is a subset of the Elasticsearch client API capable of loading the pipelines.
# Type aliases
No description provided by the author
PipelineLoaderFactory builds and returns a PipelineLoader.