Documentation ¶
Index ¶
Constants ¶
View Source
const ErrorTag = "gogstash_filter_deletefile_error"
ErrorTag tag added to event when process module failed
View Source
const ModuleName = "deletefile"
ModuleName is the name used in config file
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterConfig ¶
type FilterConfig struct { config.FilterConfig Field string `json:"field" yaml:"field"` // field name of file to delete }
FilterConfig holds the configuration json fields and internal objects
func DefaultFilterConfig ¶
func DefaultFilterConfig() FilterConfig
DefaultFilterConfig returns an FilterConfig struct with default values
Click to show internal directories.
Click to hide internal directories.