Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorBase64Decoding ¶
type ProcessorBase64Decoding struct { SourceKey string NewKey string NoKeyError bool DecodeError bool // contains filtered or unexported fields }
func (*ProcessorBase64Decoding) Description ¶
func (*ProcessorBase64Decoding) Description() string
func (*ProcessorBase64Decoding) Init ¶
func (p *ProcessorBase64Decoding) Init(context pipeline.Context) error
Init called for init some system resources, like socket, mutex...
func (*ProcessorBase64Decoding) ProcessLogs ¶
func (p *ProcessorBase64Decoding) ProcessLogs(logArray []*protocol.Log) []*protocol.Log
Click to show internal directories.
Click to hide internal directories.