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

fluent-bit-0.47.7 -[ warn] [http_client] cannot increase buffer: current=32000 requested=64768 max=32000 #547

Open
shaikzoheb-oi opened this issue Aug 28, 2024 · 1 comment

Comments

@shaikzoheb-oi
Copy link

Hi Team,

I've deployed fluent-bit on aws eks and seeing below error in fluent-bit pods.

fluent-bit helm version - fluent-bit-0.47.7

[ warn] [http_client] cannot increase buffer: current=32000 requested=64768 max=32000

@ssyal07
Copy link

ssyal07 commented Jan 23, 2025

Set the buffer size for HTTP client when reading responses from Kubernetes API server. The default is 32k

Set it to a greater value say 128k in the Filters plugin

    [FILTER]
        Name kubernetes
        Match kube.*
        Merge_Log On
        Keep_Log Off
        Buffer_Size 128k
        K8S-Logging.Parser On
        K8S-Logging.Exclude On

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants