Skip to content

Oct 11, 2024 · @IyeOnline · #4657

The grok parser now allows better control over the schema inference.

The grok parser can now be directly used when reading input, allowing for read grok.

Oct 8, 2024 · @raxyte · #4645

A new sample operator now provides the ability to dynamically sample input data based on the frequency of the receiving events allowing relative sampling in situations of varying load.

Enable azure-blob-storage in the DEB and RPM packages

Section titled “Enable azure-blob-storage in the DEB and RPM packages”

Oct 11, 2024 · @tobim · #4649

The azure-blob-storage connector is now also available in the static linux binary distributions.

Fix incorrect context updates count in lookup metrics

Section titled “Fix incorrect context updates count in lookup metrics”

Oct 10, 2024 · @dominiklohmann · #4655

We fixed a bug that caused the context_updates field in metrics lookup to be reported once per field specified in the corresponding lookup operator instead of being reported once per operator in total.

Oct 9, 2024 · @tobim · #4613

We fixed a bug that sometimes caused the tenzir-node process to hang on shutdown. This was most likely to happen when the node shut down immediately after starting up, e.g., because of an invalid configuration file.

Fix double-closing fds in the python operator

Section titled “Fix double-closing fds in the python operator”

Oct 7, 2024 · @lava · #4646

Fixed a bug in the python operator that could lead to random valid file descriptors in the parent process being closed prematurely.