Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorPackjson ¶
type ProcessorPackjson struct { SourceKeys []string // 需要打包的 key DestKey string // 目标 key KeepSource bool // 是否保留源字段 AlarmIfIncomplete bool // 是否在不存在任何源字段时告警 // contains filtered or unexported fields }
func (*ProcessorPackjson) Description ¶
func (*ProcessorPackjson) Description() string
func (*ProcessorPackjson) Init ¶
func (p *ProcessorPackjson) Init(context pipeline.Context) error
Init called for init some system resources, like socket, mutex...
func (*ProcessorPackjson) ProcessLogs ¶
func (p *ProcessorPackjson) ProcessLogs(logArray []*protocol.Log) []*protocol.Log
Click to show internal directories.
Click to hide internal directories.