Add keep_time_key setting to fluentd configuration

This commit is contained in:
Julie Qi 2020-10-29 16:44:00 -07:00
parent 5ea0b254a1
commit 9987d34016

View File

@ -1732,6 +1732,7 @@ $FLUENTD_CONFIG = @'
format json
time_key time
time_format %Y-%m-%dT%H:%M:%S.%NZ
keep_time_key
</pattern>
<pattern>
format /^(?<time>.+) (?<stream>stdout|stderr) [^ ]* (?<log>.*)$/