Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory return a new receiver.Factory for fluentd forwarder.
Types ¶
type Config ¶
type Config struct { // The address to listen on for incoming Fluent Forward events. Should be // of the form `<ip addr>:<port>` (TCP) or `unix://<socket_path>` (Unix // domain socket). ListenAddress string `mapstructure:"endpoint"` // contains filtered or unexported fields }
Config defines configuration for the fluentforward receiver.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.