package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jan 29, 2020
License: AGPL-3.0, Apache-2.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Handle handles alert notifications
type AlertNotification struct {
RuleID *string `json:"ruleId"`
RuleVersionID *string `json:"ruleVersionId"`
Event *string `json:"event"`
Timestamp *time.Time `json:"timestamp"`
}
AlertNotification models a notification sent to Alert merger
type MatchedEvent struct {
EventHash [sha1.Size]byte `json:"eventHash"`
Timestamp *time.Time `json:"timestamp"`
Event *string `json:"event"`
}
MatchedEvent represents an event matched by the Panther rule engine
Source Files
¶
Click to show internal directories.
Click to hide internal directories.