grok

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const DEFAULT_PATTERNS = `` /* 44330-byte string literal not displayed */
View Source
const MaxGrokMultiLineBuffer = 64 * 1024 * 1024 // 64MB
View Source
const (
	ModeMulti = "multi"
)

Variables

This section is empty.

Functions

func NewParser

func NewParser(c conf.MapConf) (parser.Parser, error)

Types

type Parser

type Parser struct {
	Patterns []string // 正式的pattern名称

	CustomPatterns     string
	CustomPatternFiles []string
	// contains filtered or unexported fields
}

func (*Parser) Name

func (p *Parser) Name() string

func (*Parser) Parse

func (p *Parser) Parse(lines []string) ([]Data, error)

func (*Parser) Type

func (p *Parser) Type() string

Jump to

Keyboard shortcuts

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