Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProcessorEvent ¶
type ProcessorEvent struct { Source string Destination string LogId string AppId []byte Level []byte Time time.Time Body []byte Priority string Length int TimeRangeKey string Fields map[string]interface{} ParsedFields map[string]string Tags []string }
event between input and processor
func (*ProcessorEvent) Bytes ¶
func (e *ProcessorEvent) Bytes() []byte
func (*ProcessorEvent) String ¶
func (e *ProcessorEvent) String() string
func (*ProcessorEvent) Write ¶
func (e *ProcessorEvent) Write(b []byte)
Click to show internal directories.
Click to hide internal directories.