Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendToLogstash ¶
func SendToLogstash(data []TransformedLog) *logger.Error
Types ¶
type EventAggregate ¶
type SophosCentralProcessor ¶
type TransformedLog ¶
type TransformedLog struct {
Logx struct {
SophosCentral map[string]interface{} `json:"sophos_central"`
} `json:"logx"`
Global struct {
Type string `json:"type"`
} `json:"global"`
Timestamp string `json:"@timestamp"`
DataType string `json:"dataType"`
DataSource string `json:"dataSource"`
}
func ETLProcess ¶
func ETLProcess(events EventAggregate, group types.ModuleGroup) []TransformedLog
type WhoamiResponse ¶
Click to show internal directories.
Click to hide internal directories.