Hello,
I would like to deploy fluentbit as a dameonset in my Openshift cluster and use the kubernetes filter.
I have a java container producing 4 types of logs : audit log, gc log, server log and syslog.
To use fluentbit with k8s filter, I suppose that all types must be redirected (and mixed) to stdout of the container, right ?
Supposing that it's the case, how can route my log following their type (ex audit log needs to be archived on NFS but syslog just need to be dumped to a Elasticsearch cluster) ? Is it possible ? Need I change something in my log output (i.e wrapping it between recognizable tags or something ?)
NB : the fluentd salon at kubecon was very good :-)
Thanks in advance