[iptables,journald] Re-enable system tests for journald inputs - #5984
Merged
andrewkroh merged 3 commits intoApr 27, 2023
Conversation
🌐 Coverage report
|
system tests for the journald input have been disabled to a segfault. This uses a workaround to avoid that segfault so we can continue testing. Closes #2602 Relates elastic/elastic-package#1236
ECS added numerous log.syslog fields that should be used by journald instead of syslog.*. And because this is an input package this needs to be done without an Ingest Pipeline so that users with custom pipelines can benefit.
ECS added numerous log.syslog fields that should be used by the journald input instead of syslog.*. So rename the fields in the ingest pipeline. Bump stack version to get journald input fixes.
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
efd6
approved these changes
Apr 26, 2023
|
Package iptables - 1.6.0 containing this change is available at https://epr.elastic.co/search?package=iptables |
|
Package journald - 1.0.1 containing this change is available at https://epr.elastic.co/search?package=journald |
orestisfl
pushed a commit
to orestisfl/integrations
that referenced
this pull request
May 15, 2026
…ic#5984) system tests for the journald input have been disabled to a segfault. This uses a workaround to avoid that segfault so we can continue testing. While performing that testing I discovered that neither iptables nor journald were aligned with the current ECS definition of the log.syslog.* fields. ECS added numerous log.syslog fields that should be used by journald/iptables instead of syslog.*. And because journald is an input package this needs to be done without an Ingest Pipeline so that users with custom pipelines can benefit. Bump stack version for the iptables integration to get journald input fixes. Closes elastic#2602 Relates elastic/elastic-package#1236
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
System tests for the journald input have been disabled to a segfault. This uses a workaround to avoid that segfault so we can continue testing.
Closes #2602
Blocked by: elastic/elastic-package#1236
Checklist
changelog.ymlfile.Related issues