also log rule message to meta
This commit is contained in:
parent
b370925967
commit
81976c6982
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue