-
Notifications
You must be signed in to change notification settings - Fork 148
Add gzip_pattern config option #168
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 gzip_pattern config option #168
Conversation
Two of four build jobs are failing, but I don't think it has anything to do with the PR. https://travis-ci.org/logstash-plugins/logstash-input-s3/jobs/461470503#L722
|
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.
Tests are OK, can you add the documentation about the new option to the docs/index.asciidoc
file?
Done! 👍 |
@jsvd , is the PR good to go and looking good to you guys? I'd love to ditch our private fork. 😅 |
HI, We're encountering this, and would love to see it merged soon! Cheers, |
Any updates? |
Hi @jsvd , thanks, |
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 is looking good
Just happened to run into the same problem as #165, as we're working with files named e.g.
data.json.gz.1
,data.json.gz.2
.resolves #165