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

### Current Vector Version ``` 0.11.0 ``` ### Use-cases TRL conditional execution ### Attempted Solutions TRL funtion "assert" ### Proposal Allow an argument to assert that does cause it not...

type: enhancement
domain: vrl
transform: remap
vrl: stdlib

After the initial benchmark suite is in place, we should see if we can expand it to run against the following architectures: * `arm64` * `armv7`

type: enhancement
domain: platforms
domain: performance

Usecase - forward all metrics to AWS Timestream as a long-term storage. https://aws.amazon.com/timestream/ I'm thinking on using Vector as a proxy between Prometheus (Remote write) and AWS Timestream (long-term storage)...

domain: sinks
provider: aws
have: should
type: feature
domain: metrics
sink: new

### Use-cases Part of the value of Vector that I see is removing unnecessary components from the log stream. AWS recently launched realtime lambda logs as an extension and this...

domain: sources
provider: aws
have: should
type: feature
domain: logs
source: new

Macros like `counter!` / `gauge!` and other possible things https://github.com/timberio/vector/pull/5209#discussion_r529899623

type: tech debt

This is just a placeholder to be fleshed out, but a user in discord is trying to replace packetbeat with vector. I don't have a ton of familiarity with packetbeat,...

domain: networking
domain: sources
have: should
type: feature
domain: setup
source: new

We currently have dependencies with the following licenses: ``` BSD-2-Clause BSD-3-Clause Apache-2.0 MPL-2.0 OpenSSL MIT ISC CC0-1.0 GPL-2.0 Unlicense ``` We should audit thees and ensure we are satisfying their...

type: task
domain: deps

While speaking with @anupdhml (from our friends at @tremor-rs) @lukesteensen and I discussed publishing the `lib/file-source` crate to crates.io so that we could share the functionality with the https://github.com/tremor-rs/tremor-runtime project....

source: file
type: feature

### Current Vector Version ``` vector 0.10.0 (g0f0311a x86_64-unknown-linux-musl 2020-07-22) ``` ### Use-cases When creating more complex Vector pipelines, I find it valuable to have a dummy transform called "input"...

type: feature
transform: new

## Problem Currently, the `datadog_metrics` sink does not do any windowing/aggregation of metrics itself. In some cases, this might mean that it generates requests that update the same series (name...

type: bug
sink: datadog_metrics
provider: datadog