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

- [ ] 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 `reason` to the...

This PR adds a check when vector starts or validate the configuration to ensure, when the `enterprise` mode is enabled, that there are no `api_key` being sent to datadog.

Closes #3649 Adds multiple endpoints feature for `elasticsearch` sink using distributed service added in #13918. #13236 was the original PR which got split into two, #13918 and this one.

domain: sinks
domain: external docs

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: feature
vrl: stdlib

- [ ] Verify internal event processing metrics are tested via `assert_X_compliance` test helpers - [x] 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 `reason` to the emitted...

Hi there, We've deployed a vector to our Linux host (centos 7.8). And configured the Kafka as a Source and Minio(S3) as a Sink. We've also set the mem buffer...

type: bug
domain: performance

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: bug

This adds an `assert_transform_compliance` test to the `pipelines` transform.

domain: transforms

closes https://github.com/vectordotdev/vector/issues/14069

domain: transforms

In our company we found a potential panic in `parse_xml` which crashes vector. XML payload causing panic ```xml text123 ``` I added test case for this, but I am not...

domain: vrl