processor

package
v0.0.0-...-449df0f Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2017 License: Apache-2.0 Imports: 11 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(strTime string, docMappings []m.DocMapping) beat.Event

func CreateSchema

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

func Validate

func Validate(reader io.Reader, schema *jsonschema.Schema, data Payload) error

Types

type NewProcessor

type NewProcessor func() Processor

type Payload

type Payload interface {
	Transform() []beat.Event
}

type Processor

type Processor interface {
	Validate(io.Reader) error
	Payload
	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) GetProcessor

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

func (*Register) GetProcessors

func (r *Register) GetProcessors() 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