Skip to content

Commit

Permalink
fix: makes max size log message CRS correlation rule friendly (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP authored Jun 23, 2024
1 parent 060b8ff commit aaf4413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/corazarules/rule_match.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (mr *MatchedRule) Context() context.Context {
return mr.Context_
}

const maxSizeLogMessage = 200
const maxSizeLogMessage = 280

func (mr MatchedRule) writeDetails(log *strings.Builder, matchData types.MatchData) {
msg := matchData.Message()
Expand Down

0 comments on commit aaf4413

Please sign in to comment.