Documentation
¶
Overview ¶
ECS event mapping functions.
ECS specification.
Index ¶
Constants ¶
View Source
const (
Version = "8.11"
)
Variables ¶
This section is empty.
Functions ¶
func Fingerprint ¶
Types ¶
type Event ¶
type Evt ¶
type Evt struct { Kind string `ecs:"kind"` Module string `ecs:"module"` Dataset string `ecs:"dataset"` Severity int64 `ecs:"severity"` ID string `ecs:"id"` Code string `ecs:"code"` Provider string `ecs:"provider"` Timezone string `ecs:"timezone"` Created time.Time `ecs:"created"` Ingested time.Time `ecs:"ingested"` Original string `ecs:"original"` Hash string `ecs:"hash"` }
Click to show internal directories.
Click to hide internal directories.