Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuditEvent ¶
AuditEvent represents an Audit log event
func ParseEvents ¶
func ParseEvents(logFile string) ([]AuditEvent, error)
func (AuditEvent) Keywords ¶
func (e AuditEvent) Keywords() ([]string, bool)
Keywords returns the keywords for an AuditEvent
func (AuditEvent) Select ¶
func (e AuditEvent) Select(name string) (interface{}, bool)
Select returns the value of the given field for an AuditEvent
Click to show internal directories.
Click to hide internal directories.