Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{
Path: "",
}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Path string `json:"path,omitempty"`
}
func (Config) WithDefaults ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
func NewFilter ¶
func NewFilter(tid tenant.Id, plugin string, name string, config interface{}, secrets secret.Vault) (*Filter, error)
a SplitFilter splits and event into two or more events
Click to show internal directories.
Click to hide internal directories.