There is a helm value called `enableMultiline` that we should expose in the module and the DA to allow consumers to opt in / out of it snippet from [confgmap.yaml](https://github.ibm.com/Observability/helm-charts/blob/main/logs-agent/templates/configmap.yaml) ``` {{- if .Values.enableMultiline }} @INCLUDE filter-multiline.conf {{- end }} ```