Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type ReceiverType ¶
type ReceiverType struct{}
ReceiverType implements stanza.LogReceiverType to create a file tailing receiver
func (ReceiverType) BaseConfig ¶
func (f ReceiverType) BaseConfig(cfg component.Config) adapter.BaseConfig
BaseConfig gets the base config from config, for now
func (ReceiverType) CreateDefaultConfig ¶
func (f ReceiverType) CreateDefaultConfig() component.Config
CreateDefaultConfig creates a config with type and version
func (ReceiverType) InputConfig ¶
func (f ReceiverType) InputConfig(cfg component.Config) operator.Config
InputConfig unmarshals the input operator
type ScriptConfig ¶
type ScriptConfig struct { InputConfig procpipe.Config `mapstructure:",squash"` adapter.BaseConfig `mapstructure:",squash"` }
ScriptConfig defines configuration for the filelog receiver
Click to show internal directories.
Click to hide internal directories.