input

package
v5.3.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	common.EventMetadata
	ReadTime     time.Time
	InputType    string
	DocumentType string
	Bytes        int
	Text         *string
	JSONConfig   *reader.JSONConfig
	State        file.State
	Data         common.MapStr // Use in readers to add data to the event
	Pipeline     string
	Fileset      string
	Module       string
}

Event is sent to the output and must contain all relevant information

func NewEvent

func NewEvent(state file.State) *Event

func (*Event) HasData

func (e *Event) HasData() bool

HasData returns true if the event itself contains data Events without data are only state updates

func (*Event) Metadata

func (e *Event) Metadata() common.MapStr

Metadata creates a common.MapStr containing the metadata to be associated with the event.

func (*Event) ToMapStr

func (e *Event) ToMapStr() common.MapStr

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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