MerlinDMC / fluent-plugin-input-gelf

A GELF input for Fluentd
MIT License
8 stars 15 forks source link

add config flags to time handling; clean up logic #13

Closed chris-u closed 4 years ago

chris-u commented 4 years ago

update time parser to correctly convert float -> time_t + nsec add config flags to trust / not trust client time add config flags to truncate provided timestamp to int add config flags to retain original client provided timestamp record

NB this was not tested against older versions of fluentd