Jesse Szwedko
Jesse Szwedko
Actually, no, I was looking at an old measurement I sent. It does seem to be using the timestamp from the event.
With: ```yaml sources: source0: type: stdin decoding: codec: bytes transforms: transform0: inputs: - source0 type: remap source: | .timestamp = from_unix_timestamp!(1729230377) sinks: sink0: inputs: - transform0 bucket: test endpoint: http://localhost:8086/...
Hi @darix ! Sure, we'd be happy to see a PR for this. You'd want to update `build.rs`.
Something like that looks reasonable to me 👍
Thanks for this report @sonjali2023 . It does sound like there might be an issue with the initial emission that is causing you to see a `0` value rather than...
Closing since VRL is up-to-date now.
I think we discussed this [in Discord a bit](https://discord.com/channels/742820443487993987/1284138948507205722/1284138948507205722). I mentioned there that Vector does a DNS lookup every time in initiates a connection. However, even given that, it seems...
No updates from my side, but I'd be happy to see a PR using the Hickory resolver as described above.
Hi @jpds ! I'm having trouble reproducing this. I created a local broker with three topics and the config: ```toml [sources.kafka_topic_1] type = "kafka" bootstrap_servers = "localhost:9092" group_id = "vector"...
Closing since I haven't been able to reproduce this, but please feel free to reopen with a more complete reproduction case so that we can dig into this.