You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fluentd has an option expire_dns_cache. When the hostname of the Fluentd server is unresolvable, I would expect Fluentd to retry later. Instead, the whole process stops with an exception. This is undesirable.
The text was updated successfully, but these errors were encountered:
You mean fluentd should continue to initialize plugins even if DNS resolution fails?
Hmm... log warning message or providing ignore_dns_failure parameter is acceptable.
Yeah, something like that would be great. Our case: we restart our complete environment every night, and the Fluentd server/Elasticsearch cluster is not the first to start up. So every Fluentd client depending on the server to be available will fail.
Fluentd has an option expire_dns_cache. When the hostname of the Fluentd server is unresolvable, I would expect Fluentd to retry later. Instead, the whole process stops with an exception. This is undesirable.
The text was updated successfully, but these errors were encountered: