Documentation
¶
Index ¶
- Constants
- func LogTimeFormat() time.Time
- func NewFidelisLog(t time.Time) string
- func NewLancopeLog(t time.Time) string
- func NewLog(format string, t time.Time) string
- func NewPaloThreatLog(t time.Time) string
- func NewPaloTrafficLog(t time.Time) string
- func NewRFC3164Log(t time.Time) string
- func NewRFC5424Log(t time.Time) string
- func NewTrendMicroLog(t time.Time) string
- func RandomPort() int
- func RandomProtocol() string
- func RandomRequest() string
- func RandomString(size int) string
- func RandomURL() string
Constants ¶
View Source
const ( //RFC3164Log Random log Source RFC3164Log = "<%d>%s %s %s[%d]: %s" //RFC5424Log Random log Source RFC5424Log = "<%d>%d %s %s %s %d ID%d %s %s" //FidelisLog Specific Log Source (CEF) FidelisLog = "" /* 647-byte string literal not displayed */ //LancopeLog Specific Log Source (CEF) LancopeLog = "" /* 412-byte string literal not displayed */ //TrendMicroLog Specific Log Source (CEF) TrendMicroLog = "" /* 486-byte string literal not displayed */ //PaloTrafficLog Specific Log Source (CEF) PaloTrafficLog = "" /* 956-byte string literal not displayed */ //PaloThreatLog Specific Log Source (CEF) PaloThreatLog = "" /* 953-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func NewLancopeLog ¶
NewLancopeLog Specific Log Source (CEF) todo| map fake lancope data to the correct fields
func NewPaloThreatLog ¶
NewPaloThreatLog Specific Log Source (CEF) todo| map fake palo data to the correct fields
func NewPaloTrafficLog ¶
NewPaloTrafficLog Specific Log Source (CEF) todo| map fake palo data to the correct fields
func NewTrendMicroLog ¶
NewTrendMicroLog Specific Log Source (CEF) todo| map fake trendmicro data to the correct fields
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.