Vector v0.23.3 release notes
Upgrading Vector
When upgrading, we recommend stepping through minor versions as
these can each contain breaking changes while Vector is pre-1.0.
These breaking changes are noted in their respective upgrade
guides.
This patch release contains a few fixes for regressions in 0.23.0.
This is the first release after 0.23.0, versions 0.23.1 and 0.23.2 were inadvertently skipped due to a version mismatch during release.
Note: Please see the release notes for v0.23.0 for additional changes if upgrading from
v0.22.X. In particular, the upgrade guide for breaking changes.
Vector Changelog
3 bug fixes
- Vector no longer shutsdown when
encoding.codecis configured on a source and the incoming data does not match the codec. - The
parse_groksVRL function now correctly removes empty fields, matching the expected behavior as of Vector v0.23.0 when theremove_emptyparameter was dropped. - For the
elasticsearchsink, theencoding.only_fieldsandencoding.except_fieldsare now correctly applied after any templated strings are evaluated.