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

Add support for gzip #36

Open
vinit-chauhan opened this issue Apr 27, 2022 · 3 comments
Open

Add support for gzip #36

vinit-chauhan opened this issue Apr 27, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@vinit-chauhan
Copy link

This issue here is to request support for sending the given log file in gzip format.

@andrewkroh andrewkroh added the enhancement New feature or request label Apr 27, 2022
@andrewkroh
Copy link
Member

Is this a request for any particular output? Like for httpserver supporting Accept-Encoding: gzip and then delivering the response with Content-Type: gzip?

Is there a related issue or Fleet integration that will use this?

@vinit-chauhan
Copy link
Author

We faced the issue while running the Zscaler cloud NSS test system tests. Cloud NSS sent the gzipped events and we needed to mock them. Hence, we needed the support in the stream to convert logfile to gzip and then send it.

Here's the link to the Zscaler ZIA package where we needed the gzip functionality. https://github.com/elastic/integrations/blob/main/packages/zscaler_zia/

@andrewkroh
Copy link
Member

Thanks. So then for the webhook output we want to offer gzip encoding in some way. Perhaps we could make it encode the content as gzip when a Content-Encoding: gzip header is configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants