stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Upgrade Vector from version 0.31.0 to 0.33.0 #444

Closed siegfriedweber closed 12 months ago

siegfriedweber commented 1 year ago

Vector can be upgraded from version 0.31.0 (released 2023-07-05) to version 0.33.0 (released 2023-09-27).

Release notes

Notable changes

Version 0.33.0

siegfriedweber commented 1 year ago

The gelf codec now defaults to framing using null byte (\0) when encoding. Previously it defaulted to newline (\n) but the GELF server implementation expects the null byte.

The GELF TCP input requires a null byte as delimiter (see https://github.com/Graylog2/graylog2-server/issues/1240). The GELF HTTP input still must be delimited by a newline. Therefore the framing method must now be explicitly set to newline_delimited:

---
role: Aggregator
customConfig:
  sinks:
    graylog:
      type: http
      encoding:
        codec: gelf
      framing:
        method: newline_delimited
lfrancke commented 12 months ago

Can this issue be closed?

maltesander commented 12 months ago

Yeah was done with the product images and @siegfriedweber moved it to done :)