1

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
ujjwal
  • 428
  • 3
  • 16

1 Answers1

2

Every retry is scheduled based on a backoff+jitter algorithm to avoid congestion with multiple retries. You cannot control interval between retries.

edsiper
  • 398
  • 1
  • 4