Latest AI and tech news
Environment variable interpolation in configuration files is now disabled by default. Previously, Vector automatically interpolated ${VAR} references found in config files....
It has been a while since our February 2025 highlights. In this post we cover the most impactful features shipped across 0.46 through 0.56, and a set of CI improvements that make life easier for external contributors....
Vector’s observability API has been rewritten from GraphQL to gRPC. The following HTTP endpoints have been removed:...
This document goes over how to use Vector with AWS Secrets Manager to securely manage credentials for various AWS services and external APIs....
AWS Secrets Manager is a fully-managed service that helps you protect secrets needed to access your applications, services, and IT resources. This guide goes over how to integrate AWS Secrets Manager with Vector to securely manage sensitive configura...
If you use AWS CloudWatch Logs on Amazon Web Services
(AWS), you may be wondering how to ingest these logs with Vector so you can
transform and send them to your service of choice. This guide will walk you
through a production-ready setup using AWS K...
In October 2024, the
COSE (Community Open Source Engineering)
team was formed with the mission to strengthen Vector’s open source foundation and improve the developer experience.
Today, we’re celebrating our first year by highlighting the contributio...
Environment variable interpolation in configuration files now rejects values containing newline characters. This prevents configuration injection attacks where environment variables could inject malicious multi-line configurations....
We are excited to announce that the opentelemetry source now supports
OpenTelemetry protocol decoding....
A configuration using docker_logs would start even if the Docker socket (or alternate configuration method) was not available....
Before you begin, this guide assumes the following:...
VRL version 0.22.0 included a couple of breaking Changes....
This guide will describe an imaginary use case and how to progressively resolve issues using command line tools and Vector commands....
Vector is a high-performance observability data pipeline that allows you to collect, transform,
and route all your logs and metrics....
Vector provides CLI subcommands to perform various tasks apart from running pipelines. This short guide focuses on how to
use the generate-schema subcommand to generate the Vector schema with your Vector binary and how to provide its output to an IDE...
The Exclusive Route transform splits an event stream into unique sub-streams based on user-defined conditions. Each event will only be
routed to a single stream. This transforms complements the existing Route transform....
Vector’s 0.40.0 release includes three breaking changes:...