Skip to content

Conversation

pwhelan
Copy link
Contributor

@pwhelan pwhelan commented Oct 8, 2025

Summary

Add support for net.* properties for in_calyptia_fleet, ie: net.dns.mode to TCP for some networks or setting the net.dns.resolver to use the legacy DNS resolver.

Description

This PR hooks up the support for net* properties for the upstream connection the in_calyptia_fleet plugin uses. Among the main reasons for this is for the support for setting the dns resolver.

This requires a change to the custom_calyptia plugin as well. With this PR it is now possible to configure the network settings like so:

[CUSTOM]
    Name calyptia
    Fleet_Name test-fleet
    net.dns.resolver legacy
    net.connect_timeout 60
    API_KEY ********

Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • Example configuration file for the change
  • Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

Backporting

  • Backport to latest stable release.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

Copy link

coderabbitai bot commented Oct 8, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch pwhelan-fleet-set-upstream-net-properties-4.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant