Skip to content
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

Commit to add is_gzipped into the mix for making optional checks on compressed files without gz extensions. #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apatnaik14
Copy link

Hi Team,

In regards to the issue previously raised under

#180

I have created a pull request to merge the changes of adding support of gz files even though the file extension may not be .gz. Please review and advise is the above can be merged to master.

Regards,
Arpan

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

@elasticcla
Copy link

Hi @apatnaik14, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in your Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile?

@apatnaik14
Copy link
Author

apatnaik14 commented Jul 23, 2019

CLA signed.

I have updated the email details for verification purposes. Not sure why the build is failing. The error does not correlate to the change I made.

Please advise.

@yaauie yaauie self-assigned this Jul 23, 2019
@apatnaik14
Copy link
Author

apatnaik14 commented Aug 2, 2019

@yaauie I apologize for the multiple updates, but I was hoping to check if there was anything pending on the above pull request and if the above feature is something that can be merged into master.

@yaauie
Copy link
Contributor

yaauie commented Aug 2, 2019

@apatnaik14 while this is assigned to me, it fell to the back burner while we finalised the 7.3.0 release and I'm just picking it up now.

I can see the value in allowing users of this plugin to force gzip decoding regardless of filenames, and appreciate your contribution.

I have created an alternate implementation with #185 that adds decode_gzip => force. I avoided using a boolean value because a default value of false for is_gzipped would imply that gzip-decoding would be disabled entirely which is not the case in implementation.

@apatnaik14
Copy link
Author

@yaauie Thank you so much for the update! I was hoping to check if there was a release plan for the above change or maybe a tentative date on when the change will be available in the master build?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants