Hello Beats friends,
Wondering if current heartbeat supports retry in http/tcp check?
Current Heartbeat ails me since looks like there's no retry logic in http/tcp check.
As far as I can find, only icmp support retry logic like the following:
There’s a config named wait
, it controls the duration to wait before emitting another ICMP Echo Request. The default is 1 second:
That means if the total timeout is 10 sec(default is 16sec), it will try 10 times if the target is not response.
Could you corrent me if there's retry login in http/tcp check?
If so, can you document them?
If not, I'd like to contribute the retry logic feature for http/tcp check.
Thanks.