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

# Functions

WithClientConfigEdit creates a pipeline connector, that allows the beat.ClientConfig to be modified before connecting to the underlying pipeline.
WithClientWrapper calls wrap on beat.Client instance, after a successful call to `pipeline.Connect` or `pipeline.ConnectWith`.
WithDefaultGuarantee sets the default sending guarantee to `mode` if the beat.ClientConfig does not set the mode explicitly.
WithDynamicFields ensures that dynamicFields from autodiscovery are setup when connecting to the publisher pipeline.

# Type aliases

ClientWrapper allows client instances to be wrapped.
ConfigEditor modifies the client configuration before connecting to a Pipeline.