Ben Johnson
Ben Johnson
This is an important feature we can showcase as a test.
Hi, we're big fans of 12-factor and the principles it embodies. This is a simple change that adds [Vector](https://vector.dev) as a mentioned open-source log forwarder. The motivation for this change...
If a field is specified as an `object` it'd be great to have a `maxDepth` constraint that ensures the object does not exceed `n` nested objects. Example: ```json { "type":...
Similar to https://github.com/timberio/vector/issues/1373 we should support the [Parquet format](https://parquet.apache.org/). The `parquet` format is a columnar format that enables faster and more efficient data access schemes such as column selection and...
Kubernetes exposes an event stream for system events. I'd like to collect these as an option and run them through the pipeline like any other log event. ## Prior Art...
[This page](https://kubernetes.io/docs/tasks/debug-application-cluster/audit/) outlines how to collect Kubernetes audit logs. I'd like to also add our own example to the [list here](https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#log-collector-examples). A few questions for this issue: 1. Is there...
This is a meta issue to look at Vector's durability defaults at a high level given some of the recent changes and improvements to buffers and end-to-end acknowledgements. We attempted...
This adds HACs installation to the README. I've been using Home Assistant for almost 3 years now, I've never seen a README with installation steps like the one in this...
For certain services the ability to dynamically set HTTP headers based on log content is important. From a user on a related project: > I am sending Docker container logs...
I'd like to support [Timescale](https://www.timescale.com/) as a sink, and after talking to them it appears we just need to support Postgres since Timescale is built on Postgres. I'm hesitant to...