Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: added dns resolver selector #4420

Merged
merged 4 commits into from
Dec 9, 2021

Conversation

leonardo-albertovich
Copy link
Collaborator

This PR makes it possible to select if we want fluent-bit to use c-ares or the systems resolver.

The new configuration keys are dns.resolver which goes in the [SERVICE] section and acts as a global default and net.dns.resolver which can be placed on each output plugin and acts as a localized override.

The values for this option are LEGACY and ASYNC with the latter being the default one.

Note : This is a backport of PR #4419

@edsiper edsiper merged commit 90a3b39 into 1.8 Dec 9, 2021
@lecaros lecaros added this to the Fluent Bit v1.8.12 milestone Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants