Ben Johnson

Results 71 issues of Ben Johnson

We're seeing reports from users that the `aws_s3` sink is routinely logging `connection_closed_before_message_completed` errors, but the `events_discarded_total` metric is 0. They are also reporting that the large majority of events...

type: bug
sink: aws_s3
domain: networking

As part of ensuring Vector is enterprise-ready, we need to improve how Vector buffers data. This is core to achieving the level of reliability and durability that enterprises require. Our...

type: enhancement
domain: buffers

I would like to think about partial failures when ingesting data into Elasticsearch and if we even want to handle this scenario. Options include: 1. Don't do anything. 2. Collect...

sink: elasticsearch
type: enhancement
needs: requirements
domain: networking
domain: sinks
needs: rfc
have: should
domain: reliability

[Azure Event Hubs](https://azure.microsoft.com/en-us/services/event-hubs/) is like a managed Kafka service: > Allow existing Apache Kafka clients and applications to talk to Event Hubs without any code changes—you get a managed Kafka...

meta: good first issue
needs: approval
domain: sinks
have: should
provider: azure
type: feature
sink: new

### Current behavior Various AWS APIs will return a the following JSON response when being throttled (rate limited): ```json {"__type": "ThrottlingException", "message": "Rate exceeded"} `` `ExAws.Request.client_error/2` expects errors to contain...

As Vector approaches 1.0, we want to be as transparent as possible with our development and planning efforts. ## Vector's 1.0 Roadmap **Vector's roadmap is public: https://roadmap.vector.dev** * Each card...

type: announcement

Using Vector in production? Let us know in the comments! ### PSA We're looking for companies to work closely with to ensure Vector solves production use cases. If interested please...

type: announcement

I think we can do better to guide users into setting up their local environments when they opt not to use `make environment`. ## Example For example, running `make release`...

type: enhancement
meta: idea
domain: releasing
domain: dev

I recently helped a user fix a topology error, where they had a `prometheus` source (metrics) connected to a `rename_fields` transform (logs). They received the following error: ``` Jul 30...

type: enhancement
domain: topology
domain: observability
domain: config
have: should
domain: setup

I've had a couple of contributors ask what the minimum dev environment specs are to work on Vector since they cannot compile Vector on their machines. We should document this...

type: task
domain: dev
domain: internal docs