fix type errors

This commit is contained in:
Cody Lee
2024-04-03 12:17:24 -05:00
parent c1af2341ec
commit 7308a1c2e6
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ func (u *InfluxUnifi) batchIDS(r report, i *unifi.IDS) { // nolint:dupl
"usgip": i.USGIP,
"proto": i.Proto,
"key": i.Key,
"catname": i.Catname,
"catname": i.Catname.String(),
"app_proto": i.AppProto,
"action": i.InnerAlertAction,
}),