We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: