Hi,
is there a config variable which defines the retry count to elasticsearch on startup?
In the moment it does a retry 10 times within 16 seconds.
I already tried this as mentioned here https://stackoverflow.com/questions/44320705/understanding-the-logstash-retry-policy
retry_max_interval => 600
retry_initial_interval => 20
But this changed nothing.
Is there a way to configure more retries ?