This repository was archived by the owner on May 17, 2019. It is now read-only.

Description
Hello,
I faced unexpected behavior from fluentd JSON parser, because of the parse
documentation and actual implementation of JSON parser differs.
Long story short, fluentd picked event time from json key time
, when I expected it to use the current time:
Documentation says:
time_key (string) (optional): Specify time field for event time. If the event doesn’t have this field, current time is used.
Implementation says:
config_set_default :time_key, 'time'