We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Pinging @elastic/security-external-integrations (Team:Security-External Integrations)
Sorry, something went wrong.
marc-gr
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: