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

# Functions

MakeDefaultBeatSupport creates a new SupportFactory based on NewDefaultSupport.
MakeDefaultObserverSupport creates a new SupportFactory based on NewDefaultSupport.
MakeDefaultSupport creates a new SupportFactory for use with the publisher pipeline.
WithAgentMeta adds agent meta information as builtin fields to a processing pipeline.
WithFields creates a modifier with the given default builtin fields.
WithObserverMeta adds beat meta information as builtin fields to a processing pipeline.

# Variables

WithECS modifier adds `ecs.version` builtin fields to a processing pipeline.
WithHost modifier adds `host.name` builtin fields to a processing pipeline.

# Interfaces

Supporter is used to create an event processing pipeline.

# Type aliases

SupportFactory creates a new processing Supporter that can be used with the publisher pipeline.