awslabs / flowgger

A fast data collector in Rust
BSD 2-Clause "Simplified" License
826 stars 54 forks source link

Timezone ? #48

Open jothoma1 opened 5 years ago

jothoma1 commented 5 years ago

Hello, We are trying flowgger for forwarding logs from remote site to our central Graylog server. Everything on our infrastructure is with timezone CEST. Flowgger seems to force the timestamp of the GELF to UTC Is there a way to configure and change this behavior ? Thanks in advance Flowgger seems to be a nice tool !!

kurojishi commented 5 years ago

Hi, can you post your config for where you have this issue? I want to understand a bit the data flow, to understand a bit where the conversion happens.

I could see a setting to force the output in some specific format, but we won't be probably work on it right now. We'll be happy to Review PR's though