Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Kparams is the list of parameters that are dropped from the event.
Kparams []string `mapstructure:"kparams"`
// Enabled indicates whether this transformer is enabled
Enabled bool `mapstructure:"enabled"`
}
Config stores the configuration for the remove transformer.
Click to show internal directories.
Click to hide internal directories.