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("proto", i.Proto),
tag("app_proto", i.AppProto),
tag("usgip", i.USGIP),
tag("country_code", i.SourceIPGeo.CountryCode),
tag("country_name", i.SourceIPGeo.CountryName),
tag("city", i.SourceIPGeo.City),
tag("organization", i.SourceIPGeo.Organization),
tag("srcipASN", i.SrcIPASN),
tag("usgipASN", i.USGIPASN),
tag("usgip", i.Usgip),
tag("country_code", i.SrcipGeo.CountryCode),
tag("country_name", i.SrcipGeo.CountryName),
tag("city", i.SrcipGeo.City),
tag("srcipASN", i.SrcipASN),
tag("usgipASN", i.UsgipASN),
tag("alert_category", i.InnerAlertCategory),
tag("subsystem", i.Subsystem),
tag("catname", i.Catname),