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

[httpjson] Add the ability to process zip compressed payloads #31282

Closed
marc-gr opened this issue Apr 13, 2022 · 1 comment · Fixed by #31304
Closed

[httpjson] Add the ability to process zip compressed payloads #31282

marc-gr opened this issue Apr 13, 2022 · 1 comment · Fixed by #31304
Assignees

Comments

@marc-gr
Copy link
Contributor

marc-gr commented Apr 13, 2022

Describe the enhancement:

Adding the ability to the httpjson input to process zip compressed payloads containing one or several files.

Describe a specific use case for the enhancement or feature:

We have some scenarios were a zip call is preferred for performance, but we do not have the ability to decompress such responses using httpjson yet.

The zip file will be expected to contain one or more files, and we want to apply the corresponding response transforms to each.

Initially the processing could happen in memory, so adding some sanity and configurable limitations should be a requirement.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

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

Successfully merging a pull request may close this issue.

2 participants