Closed roaksoax closed 1 year ago
According to documentation,
By default, the client retries the request 3 times But another doc says below in retry_on_failure section, which appears contradicting to me.
Whether to retry X times when request fails before raising and exception. Defaults to false. Looking at the current implementation, it is not using retry_on_failure https://github.com/logstash-plugins/logstash-filter-elasticsearch/blob/main/lib/logstash/filters/elasticsearch/client.rb#L36-L37
According to documentation,
By default, the client retries the request 3 times But another doc says below in retry_on_failure section, which appears contradicting to me.
Whether to retry X times when request fails before raising and exception. Defaults to false. Looking at the current implementation, it is not using retry_on_failure https://github.com/logstash-plugins/logstash-filter-elasticsearch/blob/main/lib/logstash/filters/elasticsearch/client.rb#L36-L37