UNCLASSIFIED - NO CUI

Add the ability to specify parser in fluentbit based on containerruntime

Currently our default fluent-bit config uses docker as the default parser for logs collected. Different distributions of kubernetes leverage different container runtimes, such as podman, containerd etc, and as such require unique parsers (the docker parser does not work).

It would be nice to have a quick flag in the fluentbit values.yaml file that would change the configurations based on container runtime.