Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iptables] Fix failing test daily: system test: journald in iptables.log #10883

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/iptables/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.16.2"
changes:
- description: Fixes "field "journald.custom.realtime_timestamp" is undefined" in the tests. Adds mapping for "journald.custom.realtime_timestamp".
type: bugfix
link: https://github.com/elastic/integrations/pull/10883
- version: "1.16.1"
changes:
- description: Invoke community_id processor only for supported protocols
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ processors:
field:
- syslog.priority
- syslog.facility
- journald.custom.realtime_timestamp
ignore_missing: true
- rename:
field: syslog.pid
Expand Down
2 changes: 1 addition & 1 deletion packages/iptables/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: iptables
title: Iptables
version: "1.16.1"
version: "1.16.2"
description: Collect logs from Iptables with Elastic Agent.
type: integration
icons:
Expand Down