fix ids
This commit is contained in:
parent
b216b07020
commit
7a24cc1f9b
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue