kube-logging / logging-operator

Logging operator for Kubernetes
https://kube-logging.dev
Apache License 2.0
1.52k stars 326 forks source link

fluentbit: net.max_worker_connections #1750

Closed pepov closed 1 month ago

pepov commented 2 months ago

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