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 (*Event) HasData ¶
HasData returns true if the event itself contains data Events without data are only state updates
Click to show internal directories.
Click to hide internal directories.