0

How do I increase the current default Mem_Buf_Limit for an INPUT?

When using helm charts, these are the aws-for-fluent-bit default values.

I have tried using the extraInputs in an attempt to change the existing value in a separate yaml file but it does not work.

extraInputs: |
 Mem_Buf_Limit   10MB

I have also tried:

input.Mem_Buf_Limit:            10MB

is there a proper way to override the default values used by aws-for-fluent-bit helm chart?

1 Answer 1

0

Following will provide the values that you can customize

$ helm show values <chart-name>

Then, Pass the ".yaml" with your customisations using '--values' flag.

helm upgrade --install fluent-bit fluent/fluent-bit --values fluent-bit-config.yaml
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.