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

Support Http compression with json_batch format #87

Closed
kishoreck opened this issue Jun 30, 2018 · 2 comments
Closed

Support Http compression with json_batch format #87

kishoreck opened this issue Jun 30, 2018 · 2 comments

Comments

@kishoreck
Copy link

Version: Logstash 5.5
Operating System: Centos

Config File :
http {
format => "json_batch"
http_method => "post"
codec => "json"
url => "https://myendpoint/"
pool_max_per_route => 2000
pool_max => 2000
automatic_retries => 2
http_compression => true
retry_non_idempotent => true
socket_timeout => 60
connect_timeout => 60
}

Issue:

  • No gzip compression is applied when "format" is specified as "json_batch" and "http_compression" is set as true.
@kishoreck
Copy link
Author

I opened a PR #88 - to add this support. Can you please advise me on the next step?

@jsvd
Copy link
Member

jsvd commented Jul 11, 2018

this has been solved with #89, which is contained in 5.2.2 of this plugin

@jsvd jsvd closed this as completed Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants