filtergrok

package
v0.0.0-...-7697303 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2017 License: LGPL-3.0 Imports: 4 Imported by: 0

README

gogstash grok filter module

Synopsis

filter:
  - type: grok
    # (optional) grok pattern, default: "%{COMMONAPACHELOG}"
    match: "%{COMMONAPACHELOG}"
    # (optional) message field to parse, default: "message"
    source: "message"
    # (optional) grok patterns file path, default: empty
    patterns_path: "path/to/file"

Documentation

Index

Constants

View Source
const ErrorTag = "gogstash_filter_grok_error"

ErrorTag tag added to event when process module failed

View Source
const ModuleName = "grok"

ModuleName is the name used in config file

Variables

This section is empty.

Functions

func InitHandler

func InitHandler(ctx context.Context, raw *config.ConfigRaw) (config.TypeFilterConfig, error)

InitHandler initialize the filter plugin

Types

type FilterConfig

type FilterConfig struct {
	config.FilterConfig

	PatternsPath string `json:"patterns_path"` // path to patterns file
	Match        string `json:"match"`         // match pattern
	Source       string `json:"source"`        // source message field name
	// contains filtered or unexported fields
}

FilterConfig holds the configuration json fields and internal objects

func DefaultFilterConfig

func DefaultFilterConfig() FilterConfig

DefaultFilterConfig returns an FilterConfig struct with default values

func (*FilterConfig) Event

Event the main filter event

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL