Highlights - February 2025
New features and guides are now available!
In this blog post we want to highlight some recently added features and guides.
Features
- A new OpenTelemetry sink is now available. You can find a
quickstart guide here.
- We have more plans here such as gRPC support and smart grouping at the sink.
- We introduced a new exclusive route transform. You can read more in our release highlight.
- Apple Silicon builds are now available in our downloads page.
Note that these are available since
v0.44.0
and won’t show up for older versions. - A new type of
enrichment_table
, calledmemory
, was introduced! This table can also function as a sink and addresses several new use cases. See this release highlight for details. - The VRL function library keeps growing thanks to community contributions! You can read more:
Guides
We recently added a new guide category: Development.
Debugging Guide
You can find the new debugging guide here. The goal of this guide is to serve as a starting point for Vector users who are experiencing issues with their Vector configurations and deployments. In addition, it highlights debugging tools that Vector offers.
IDE Support
You can find the new config autocompletion guide here. We supported generating a Vector config schema for a while. This guide demonstrates how we can leverage this schema and import it into popular IDEs in order to help with writing configs.
We would love to this to VRL IDE support in the future. In the meantime, we would like to highlight this tree-sitter plugin that was developed by https://github.com/belltoy. You can read more here.