add additional source data for issue #414

This commit is contained in:
Cody Lee 2022-12-11 14:29:13 -06:00
parent d51fb68ccd
commit 6ee728cba6
No known key found for this signature in database
1 changed files with 17 additions and 14 deletions

View File

@ -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,
}),