processor

package
v6.0.0-rc1+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Registry = newRegister()

Registry is a global registry that contains all processors

Functions

func CreateDoc

func CreateDoc(timestamp time.Time, docMappings []m.DocMapping) beat.Event

func CreateSchema

func CreateSchema(schemaData string, url string) *jsonschema.Schema

func Validate

func Validate(buf []byte, schema *jsonschema.Schema) error

Types

type NewProcessor

type NewProcessor func() Processor

type Processor

type Processor interface {
	Validate([]byte) error
	Transform([]byte) ([]beat.Event, error)
	Name() string
}

type Register

type Register struct {
	// contains filtered or unexported fields
}

func (*Register) AddProcessor

func (r *Register) AddProcessor(path string, p Processor)

AddProcessor adds a processor listening on the given path

func (*Register) Processor

func (r *Register) Processor(name string) Processor

func (*Register) Processors

func (r *Register) Processors() map[string]Processor

GetProcessors returns a list of all currently registered processors

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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