Browse Source

also log rule message to meta

Sebastien Blot 1 year ago
parent
commit
81976c6982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/acquisition/modules/appsec/utils.go

+ 1 - 1
pkg/acquisition/modules/appsec/utils.go

@@ -84,7 +84,7 @@ func AppsecEventGeneration(inEvt types.Event) (*types.Event, error) {
 
 		evtRule.Meta = make(models.Meta, 0)
 
-		for _, key := range []string{"id", "name", "method", "uri", "matched_zones"} {
+		for _, key := range []string{"id", "name", "method", "uri", "matched_zones", "msg"} {
 
 			switch value := matched_rule[key].(type) {
 			case string: