-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] Unix stream socket input source #17492
Conversation
Pinging @elastic/siem (Team:SIEM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Just a few minor comments.
Looks like the test failure is unrelated:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* initial common refactor * Fix up unix and add license info * Fix inputs * Clean up handlers * Update changelog and docs * Fix added input * Fix tests * Add unix socket system tests * add systems tests for syslog unix input * pep autoformat * Disable unix tests for Windows since Python 3.8 doesn't support AF_UNIX * pep autoformat * Address feedback * fix test (cherry picked from commit 3b99438)
…#17851) * [Filebeat] Unix stream socket input source (#17492) * initial common refactor * Fix up unix and add license info * Fix inputs * Clean up handlers * Update changelog and docs * Fix added input * Fix tests * Add unix socket system tests * add systems tests for syslog unix input * pep autoformat * Disable unix tests for Windows since Python 3.8 doesn't support AF_UNIX * pep autoformat * Address feedback * fix test (cherry picked from commit 3b99438) * Fix changelog
@andrewstucki Can you please follow-up on this PR with three things:
|
What does this PR do?
This adds Unix stream socket support as an input source.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues