-
Notifications
You must be signed in to change notification settings - Fork 81
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
[BUG] UnsupportedCharsetException When Enabling HTTP Compression on ARM in OpenSearch Output Plugin #269
Comments
AWS Support confirmed they could replicate the |
@dblock @dlvenable Any thoughts on where to look at for potential issues? Looks like it's only happening when |
I would start by getting a call stack for the exception, it will show you where the error comes from. |
Adding below stack trace of the error -
logstash-output-opensearch configurations used -
|
Looks like Sigv4 signing doesn't know how to handle compressed content. This is in the call stack:
Needs an implementation. |
Describe the bug
As soon as
http_compression
is enabled, the following error appears in the logs:To Reproduce
Steps to reproduce the behaviour:
http_compression
in Opensearch output plugin configuration.Expected behaviour
No charset-related errors should occur when
http_compression
is enabled.Plugins
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
logstash.yml
opensearch-output-plugin config
input config
filter config
The text was updated successfully, but these errors were encountered: