Skip to content

Commit

Permalink
syslog processor - fix 'when' conditions (#36767)
Browse files Browse the repository at this point in the history
Fix the ability to use `when` conditions with the
syslog processor.

Fixes #36762
  • Loading branch information
andrewkroh committed Oct 5, 2023
1 parent 101142f commit c9d17a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ is collected by it.
- Support build of projects outside of beats directory {pull}36126[36126]
- Add default cgroup regex for add_process_metadata processor {pull}36484[36484] {issue}32961[32961]
- Fix environment capture by `add_process_metadata` processor. {issue}36469[36469] {pull}36471[36471]
- syslog processor - Fix the ability to use `when` conditions on the processor. {issue}36762[36762]


*Auditbeat*
Expand Down
1 change: 1 addition & 0 deletions libbeat/processors/syslog/syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func init() {
"ignore_missing",
"ignore_failure",
"tag",
"when",
),
),
)
Expand Down

0 comments on commit c9d17a7

Please sign in to comment.