-
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
Add early encoding support to the Logstash output #38841
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
💔 Build Failed
Expand to view the summary
Build stats
Pipeline error
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
|
Experimental PR adding early encoding support for Logstash. ("Experimental" mostly because I didn't add or update any automated tests.)
Our main Beats benchmark pipeline doesn't support Logstash yet, so numbers here are from ad hoc tests ingesting randomly generated json events averaging 2KB in (original) size with default settings. However, the numbers are consistent with the more rigorous measurements for Elasticsearch early encoding.
Memory reduction ingesting with Filebeat using the filestream input and the Logstash output, relative to other recent versions:
Relative to
main
: 18% reductionRelative to 8.13.2: 26% reduction
Relative to 8.12.2: 52% reduction
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs