Stephen Wakely

Results 60 comments of Stephen Wakely

Hi. Thanks for contributing. I'm not sure I see what value this is adding however, since it is possible to just send logs to Better Stack using the `http` sink....

Hi. I don't feel that it does make sense to introduce a custom sink here. Setting the timestamps can be handled with a VRL transform. Generally we don't feel it...

@andjhop Do you have a reliable way to replicate the issue that this PR is fixing? I'm not quite sure how I could get SQS to timeout...

I'm not able to see this fixed. I have this config: ```yml sources: in: type: aws_s3 decoding: codec: bytes region: us-east-1 endpoint: http://zork:4566 sqs: queue_url: http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/zork delete_message: true timeout: connect_timeout_seconds:...

Ok, yes that works. I wonder though, is there any reason why you would want to have different timeout settings for s3 and sqs? From a ux perspective this could...

Pushed code to use a flag to not emit. Still need to - - [ ] Update PR title to more accurately describe what it's doing - [ ] Check...

It is possible to set an expiration on a queue and route the message to that queue. Would that option not work for you?

@gswai123 @andibraeu @Stazis555 I believe this issue should be fixed in our nightly builds now. I wasn't getting able to reproduce the exact issue that you were having (evironment variables...

Hi, sorry this one slipped my attention. Vector has pretty poor support for traces, the only sink that can send out traces is the Datadog sink, but even then the...

Not sure why that changelog job is failing. I'll ask someone to take a look.