-
Notifications
You must be signed in to change notification settings - Fork 459
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,journald] Re-enable system tests for journald inputs #5984
Merged
andrewkroh
merged 3 commits into
elastic:main
from
andrewkroh:bugfix/enable-journald-tests
Apr 27, 2023
Merged
[iptables,journald] Re-enable system tests for journald inputs #5984
andrewkroh
merged 3 commits into
elastic:main
from
andrewkroh:bugfix/enable-journald-tests
Apr 27, 2023
Conversation
This file contains 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
andrewkroh
added
Integration:iptables
Iptables
Integration:journald
Custom Journald logs
Team:Security-External Integrations
labels
Apr 24, 2023
andrewkroh
force-pushed
the
bugfix/enable-journald-tests
branch
from
April 25, 2023 15:48
446f8d7
to
1b02b76
Compare
🌐 Coverage report
|
andrewkroh
force-pushed
the
bugfix/enable-journald-tests
branch
3 times, most recently
from
April 26, 2023 04:24
00f969c
to
3a948b4
Compare
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 elastic#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.
andrewkroh
force-pushed
the
bugfix/enable-journald-tests
branch
from
April 26, 2023 18:54
3a948b4
to
00f02fd
Compare
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 |
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.yml
file.Related issues