Documentation
¶
Overview ¶
Package customparser provides a log parser that uses reflection
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
LogType string
EventSchema reflect.Type
PreProcessor preprocessors.Interface
API jsoniter.API
Builder pantherlog.ResultBuilder
Validate func(interface{}) error
}
Factory implements parsers.Factory interface using reflection to parse json log entries to a single log event.
Click to show internal directories.
Click to hide internal directories.