Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.53.0
type Config struct { helper.ParserConfig `mapstructure:",squash" yaml:",inline"` Regex string `mapstructure:"regex" json:"regex" yaml:"regex"` Cache struct { Size uint16 `json:"size" yaml:"size"` } `mapstructure:"cache" json:"cache" yaml:"cache"` }
Config is the configuration of a regex parser operator.
type Parser ¶ added in v0.53.0
type Parser struct { helper.ParserOperator // contains filtered or unexported fields }
Parser is an operator that parses regex in an entry.
Click to show internal directories.
Click to hide internal directories.