-
I am trying to use file sink, where do these values come from? I tried with
Minimal reproducible example
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @trickster , Currently Vector converts all timestamps internally to UTC. I think what you want here is covered by #3333 . That would ensure the input timezone is recorded appropriately, which would then be used later when formatting the filename. I added a note there to make sure that part is handled correctly as well. |
Beta Was this translation helpful? Give feedback.
Hi @trickster ,
Currently Vector converts all timestamps internally to UTC.
timezone
can be set in the config file, but this only controls how timestamps are parsed that are lacking a timezone.I think what you want here is covered by #3333 . That would ensure the input timezone is recorded appropriately, which would then be used later when formatting the filename. I added a note there to make sure that part is handled correctly as well.