mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:19 -04:00
add additional source data for issue #414
This commit is contained in:
@@ -30,6 +30,9 @@ func (r *Report) IDS(event *unifi.IDS, logs *Logs) {
|
||||
"protocol": event.Proto,
|
||||
"interface": event.InIface,
|
||||
"src_country": event.SrcIPCountry,
|
||||
"src_city": event.SourceIPGeo.City,
|
||||
"src_continent": event.SourceIPGeo.ContinentCode,
|
||||
"src_country_code": event.SourceIPGeo.CountryCode,
|
||||
"usgip": event.USGIP,
|
||||
"action": event.InnerAlertAction,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user