There is a property called Retry_Limit but how to set time between successive retries?
[OUTPUT]
Name es
Host 192.168.5.20
Port 9200
Logstash_Format On
Retry_Limit 5
There is a property called Retry_Limit but how to set time between successive retries?
[OUTPUT]
Name es
Host 192.168.5.20
Port 9200
Logstash_Format On
Retry_Limit 5
Every retry is scheduled based on a backoff+jitter algorithm to avoid congestion with multiple retries. You cannot control interval between retries.