Results 1 issues of fmillevi

I'm trying to push directly on ES my audit logs. ``` docker run -ti -v /Users/franck.milleville/Desktop/debug/fluent-bit/logs.log:/logs.log \ fluent/fluent-bit:1.6.4 \ /fluent-bit/bin/fluent-bit -R /fluent-bit/etc/parsers.conf \ -i tail -p path=/logs.log \ -p parser=json...