Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { SourceType string `json:"sourceType"` EventTime time.Time `json:"eventTime,omitempty"` EventName string `json:"eventName,omitempty"` Actor Actor `json:"actor,omitempty"` Src Network `json:"src,omitempty"` Dst Network `json:"dst,omitempty"` Service Service `json:"service,omitempty"` Tags map[string]string `json:"tags,omitempty"` ReadOnly bool `json:"readOnly,omitempty"` Resources []json.RawMessage `json:"resources,omitempty"` // LogFormat describes the format of the log and indicates to the sourceType // how to parse the raw log. e.g. "jsonl/normalized" LogFormat string `json:"logFormat"` RawLog []byte `json:"rawLog"` }
Click to show internal directories.
Click to hide internal directories.