Mateusz Krztoń

Results 1 comments of Mateusz Krztoń

I have seperated file, outside kubernetes.conf named `tail_container_parse.conf`, inside: ``` @type "#{ENV['FLUENT_CONTAINER_TAIL_PARSER_TYPE'] || 'json'}" time_format "#{ENV['FLUENT_CONTAINER_TAIL_PARSER_TIME_FORMAT'] || '%Y-%m-%dT%H:%M:%S.%NZ'}" ``` Just use env `FLUENT_CONTAINER_TAIL_PARSER_TIME_FORMAT` in daemonset with above time_format fixed for...