add additional source data for issue #414
This commit is contained in:
parent
d51fb68ccd
commit
6ee728cba6
|
|
@ -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,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue