output {
http {
url => "http://localhost:8080/MyApp/api/test"
http_method => "post"
connect_timeout => 30
request_timeout => 30
socket_timeout => 30
automatic_retries => 3
}
}
It fails with error and doesn't retry.
tested with logstash 2.3.3 and 5.1.1 version
Connection refused (Connection refused) {:url=>"http://localhost:8080/....
Any thoughts?