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
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:
The text was updated successfully, but these errors were encountered:
I opened a PR #88 - to add this support. Can you please advise me on the next step?
Sorry, something went wrong.
this has been solved with #89, which is contained in 5.2.2 of this plugin
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: