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

fluentbit: net.max_worker_connections #1750

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

pepov
Copy link
Member

@pepov pepov commented May 28, 2024

Add support for max_worker_connections to limit the number of connections against an aggregator endpoint. Should be used together with workers, which is 2 by default according to fluentbit docs.

kind: FluentbitAgent
spec:
  network:
    maxWorkerConnections: 1
  syslogng_output:
    Workers: 1

Signed-off-by: Peter Wilcsinszky <[email protected]>
@pepov pepov changed the base branch from master to release-4.6 May 28, 2024 14:47
@pepov pepov requested review from OverOrion and tarokkk May 28, 2024 14:48
@pepov pepov added the enhancement New feature or request label May 28, 2024
@pepov pepov merged commit c4df1e5 into release-4.6 May 29, 2024
19 checks passed
@pepov pepov deleted the fluentbit-max-worker-conn branch May 29, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants