Skip to content

Commit

Permalink
[8.10](backport #36767) [syslog processor] Fix 'when' conditions (#36768
Browse files Browse the repository at this point in the history
)

Fix the ability to use `when` conditions with the
syslog processor.

Fixes #36762

(cherry picked from commit c9d17a7)
  • Loading branch information
mergify[bot] committed Oct 5, 2023
1 parent 2bd6ccc commit 7877074
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 @@ -51,6 +51,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- 'add_cloud_metadata' processor - update azure metadata api version to get missing `cloud.account.id` field
- Upgraded apache arrow library used in x-pack/libbeat/reader/parquet from v11 to v12.0.1 in order to fix cross-compilation issues {pull}35640[35640]
- Fix panic when MaxRetryInterval is specified, but RetryInterval is not {pull}35820[35820]
- 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 7877074

Please sign in to comment.