This commit is contained in:
Cody Lee 2020-10-11 11:52:06 -05:00
parent b216b07020
commit 7a24cc1f9b
1 changed files with 6 additions and 7 deletions

View File

@ -14,13 +14,12 @@ func (u *DatadogUnifi) reportIDS(r report, i *unifi.IDS) {
tag("event_type", i.EventType), tag("event_type", i.EventType),
tag("proto", i.Proto), tag("proto", i.Proto),
tag("app_proto", i.AppProto), tag("app_proto", i.AppProto),
tag("usgip", i.USGIP), tag("usgip", i.Usgip),
tag("country_code", i.SourceIPGeo.CountryCode), tag("country_code", i.SrcipGeo.CountryCode),
tag("country_name", i.SourceIPGeo.CountryName), tag("country_name", i.SrcipGeo.CountryName),
tag("city", i.SourceIPGeo.City), tag("city", i.SrcipGeo.City),
tag("organization", i.SourceIPGeo.Organization), tag("srcipASN", i.SrcipASN),
tag("srcipASN", i.SrcIPASN), tag("usgipASN", i.UsgipASN),
tag("usgipASN", i.USGIPASN),
tag("alert_category", i.InnerAlertCategory), tag("alert_category", i.InnerAlertCategory),
tag("subsystem", i.Subsystem), tag("subsystem", i.Subsystem),
tag("catname", i.Catname), tag("catname", i.Catname),