Documentation
¶
Overview ¶
Filter-plug: grok grok is regexp plugin and for filter data you like.
Index ¶
Constants ¶
View Source
const (
ModuleName = "grok"
)
Variables ¶
This section is empty.
Functions ¶
func InitHandler ¶
func InitHandler(confraw *utils.ConfigRaw) (tfc utils.TypeFilterConfig, err error)
Init grok Handler.
Types ¶
type FilterConfig ¶
type FilterConfig struct {
utils.FilterConfig
Match string `json:"match"`
Model string `json:"model"`
}
Define zeus' config.
Click to show internal directories.
Click to hide internal directories.