Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventConfig ¶
type EventConfig struct { Name string `toml:"event_name"` Levels []string `toml:"event_levels"` RenderFormat string `toml:"event_format"` BatchReadSize int `toml:"batch_read_size"` LogGroupName string `toml:"log_group_name"` LogStreamName string `toml:"log_stream_name"` Destination string `toml:"destination"` }
type Plugin ¶
type Plugin struct { FileStateFolder string `toml:"file_state_folder"` Events []EventConfig `toml:"event_config"` Destination string `toml:"destination"` // contains filtered or unexported fields }
func (*Plugin) Description ¶
func (*Plugin) FindLogSrc ¶
func (*Plugin) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.