Open iravishah opened 4 years ago
enable_msgpack_time_support
in system directive may help you.
<system>
enable_msgpack_time_support true
</system>
ref: https://docs.fluentd.org/deployment/system-config#enable_msgpack_time_support
This option makes to be able to handle Time object to encode msgpack object with Fluentd.
Needs to store multiple Time type keys in mongodb. I am successfully able to change default time key to created_at but i want one more key with name updated_at.