I am using the default settings [1] with the following config
http {
format=>"message"
http_method=>"post"
url=>"xxx"
message=>'xxx'
}
Which
retry_failed = true
automatic_retries = 1
retry_non_idempotent = false
I found that the failed POST request is being retried infinitely. Is my understanding correct?
[1] https://www.elastic.co/guide/en/logstash/current/plugins-outputs-http.html