Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeverityParserConfig ¶
type SeverityParserConfig struct { helper.TransformerConfig `yaml:",inline"` helper.SeverityParserConfig `yaml:",omitempty,inline"` }
SeverityParserConfig is the configuration of a severity parser operator.
func NewSeverityParserConfig ¶
func NewSeverityParserConfig(operatorID string) *SeverityParserConfig
NewSeverityParserConfig creates a new severity parser config with default values
func (SeverityParserConfig) Build ¶
func (c SeverityParserConfig) Build(context operator.BuildContext) ([]operator.Operator, error)
Build will build a time parser operator.
type SeverityParserOperator ¶
type SeverityParserOperator struct { helper.TransformerOperator helper.SeverityParser }
SeverityParserOperator is an operator that parses time from a field to an entry.
Click to show internal directories.
Click to hide internal directories.