diff --git a/correlation/ti/ti.go b/correlation/ti/ti.go index 876dd25a9..55f6a76b6 100644 --- a/correlation/ti/ti.go +++ b/correlation/ti/ti.go @@ -1,14 +1,15 @@ package ti import ( - "github.com/tidwall/gjson" - "github.com/utmstack/UTMStack/correlation/correlation" - "github.com/utmstack/UTMStack/correlation/utils" "net" "runtime" "strings" "sync" "time" + + "github.com/tidwall/gjson" + "github.com/utmstack/UTMStack/correlation/correlation" + "github.com/utmstack/UTMStack/correlation/utils" ) type Cache map[string]bool @@ -35,6 +36,8 @@ func blocked(log string) bool { "drop", "reject", "deny", + "timeout", + "closed", } for _, e := range exclusionList {