vector icon indicating copy to clipboard operation
vector copied to clipboard

A high-performance observability data pipeline.

Results 592 vector issues
Sort by recently updated
recently updated
newest added

- chore(observability): Don't include name field for SinkRequestBuildError - chore: Fix typos and use NamedComponent for http_scrape The `name` field duplicates the info included at the beginning of the log,...

domain: observability
domain: sources
domain: sinks

Closes #14205 - chore(aws_s3 sink): Cleanup files and rename tests module - chore(aws_s3 sink): Cleanup s3_common files - chore(aws_s3 sink): Comment and use SinkRequestBuildError in s3_common

sink: aws_s3
domain: observability
domain: sinks
ci-condition: integration tests enable

closes https://github.com/vectordotdev/vector/issues/14067 There were some minor changes to when an event is considered "dropped" with this transform. A single event can generate multiple metrics. If a single metric fails, the...

domain: transforms

Issue: https://github.com/vectordotdev/vector/issues/11888 This adds a `values` method and a `keys` method to print out only the keys or values of a given iterable vrl `Value` input. Examples is yet to...

domain: external docs
domain: vrl

Resolves https://github.com/vectordotdev/vector/issues/11041 In this PR I introduce auth functionality to Prometheus exporter. It can be used for protecting prometheus metrics from unauthorized access. ## Implementation details ### Auth implementation Current...

domain: sources
domain: sinks
domain: external docs

If a Kafka cluster rebalances, this consumer could end up pulling data from a different partition, in which case commits caused by acknowledgements will acknowledging the wrong offsets. To handle...

type: bug
source: kafka
domain: sources
domain: sinks

This is a WIP. Currently requires these changes to the cross build image: * https://github.com/rust-embedded/cross/pull/620 * https://github.com/rust-embedded/cross/pull/613 Signed-off-by: Jesse Szwedko

domain: ci

Since [this commit](https://github.com/vectordotdev/vector/commit/3e0ca6bdf0f4f4bb3bc66ddfc14c6b961f83dbd2) the `check-events` script is not reporting the file path in which there is an error. This PR brings it back. Signed-off-by: Jeremie Drouet

domain: ci

For each component: - [ ] Verify internal event processing metrics are tested via `assert_X_compliance` test helpers - [ ] Update `component_discarded_events_total` to match the new [instrumentation spec](https://github.com/vectordotdev/vector/blob/master/docs/specs/instrumentation.md#eventsdropped) by adding...