Configuring multiple parsers by using Helm
You can configure the additionalParsers section in the logs-values.yaml file to introduce a new parser and introduce your own parsers. This will add entries to the parsers section of the Fluent Bit yaml configuration.
For example, you can add a parser in the logs-values.yaml file as follows:
additionalParsers:
- name: json_raw
format: json
After you modify the logs-values.yaml, you can Upgrade the agent or continue modifying the file before applying all the changes.