-
Notifications
You must be signed in to change notification settings - Fork 150
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
Restructure for better large bucket support (Fixes #138, #128. #100, #80, #54, and #14) #249
Open
eherot
wants to merge
30
commits into
logstash-plugins:main
Choose a base branch
from
invaluable:improve-large-bucket-performance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Restructure for better large bucket support (Fixes #138, #128. #100, #80, #54, and #14) #249
eherot
wants to merge
30
commits into
logstash-plugins:main
from
invaluable:improve-large-bucket-performance
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
eherot
force-pushed
the
improve-large-bucket-performance
branch
2 times, most recently
from
November 2, 2023 21:25
8822db0
to
ce1edd1
Compare
* Use a synchronous queue to handle the processing of events in parallel * Switch to aws-sdk v3 * Add a lot of logging * Enable the use of the SDK's start_after parameter call to fetch only new events (useful in cases where objects are stored in alphabetical order by time, such as S3 access logs) * Limit the batch size of the S3 request
eherot
force-pushed
the
improve-large-bucket-performance
branch
from
November 3, 2023 17:41
ce1edd1
to
c32c13f
Compare
eherot
force-pushed
the
improve-large-bucket-performance
branch
from
November 3, 2023 18:50
3bcd04f
to
a38b42a
Compare
eherot
force-pushed
the
improve-large-bucket-performance
branch
15 times, most recently
from
November 5, 2023 22:29
e83ec3d
to
bbbf9c1
Compare
eherot
force-pushed
the
improve-large-bucket-performance
branch
from
November 5, 2023 22:55
119d4a6
to
9d85332
Compare
This is critical for unit testing since RSpec does not tolerate background threads
eherot
force-pushed
the
improve-large-bucket-performance
branch
from
January 29, 2024 17:21
fc28c9b
to
209e919
Compare
eherot
force-pushed
the
improve-large-bucket-performance
branch
from
January 29, 2024 17:33
209e919
to
68081ff
Compare
It's going to be overwritten anyway so no sense wasting the time, especially if the goal is to clear out an excessively large db
eherot
force-pushed
the
improve-large-bucket-performance
branch
from
January 29, 2024 17:36
68081ff
to
05b4a65
Compare
…_size) with use_start_after
eherot
force-pushed
the
improve-large-bucket-performance
branch
from
February 6, 2024 19:29
beaa532
to
2aae3bc
Compare
Hi @eherot The Logstash S3 input is now been shipped as part of https://github.com/logstash-plugins/logstash-integration-aws , rather than the individual plugin. Not sure if you want to re-target your PR against it? |
Thanks for the heads up. Let me see how much work that's going to be... |
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.
(This is a reworking of the now defunct #84)
What this changes
May/Should fix a number of open issues either directly or by virtue of replacing the problem code entirely
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/