Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type LogEvent ¶
type LogEvent struct {
Attributes Attributes
Content MessageContent
}
type MessageContent ¶
type MessageContent struct {
Host string `json:"host,omitempty"`
Index string `json:"index,omitempty"`
Source string `json:"source,omitempty"`
Sourcetype string `json:"sourcetype,omitempty"`
Time time.Time `json:"time,omitempty"`
Fields map[string]interface{} `json:"fields,omitempty"`
Event interface{} `json:"event,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.