Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorDropLastKey ¶
type ProcessorDropLastKey struct { Include []string DropKey string // contains filtered or unexported fields }
ProcessorDropLastKey is used to drop log content when process done
func (*ProcessorDropLastKey) Description ¶
func (*ProcessorDropLastKey) Description() string
func (*ProcessorDropLastKey) Init ¶
func (p *ProcessorDropLastKey) Init(context pipeline.Context) error
Init called for init some system resources, like socket, mutex...
func (*ProcessorDropLastKey) ProcessLogs ¶
func (p *ProcessorDropLastKey) ProcessLogs(logArray []*protocol.Log) []*protocol.Log
Click to show internal directories.
Click to hide internal directories.