Dominik Lohmann

Results 47 issues of Dominik Lohmann

This announces the release of Tenzir v4.10. The date may still shift to Monday depending on when we land the remaining PRs that need to get in.

docs

While investigating the spurious connection failure from tenzir/issues#1529 I noticed that we do the version check twice: once in the `connector` actor with the proper configured timeout, and then once...

bug
engine

The new `tenzir.token` option has the format `:[:]`, and has a higher precedence than the existing variables.

improvement

This is a small change that makes `FLATBUFFERS_MIN_BUFFER_SIZE` usable outside of the `flatbuffers` namespace.

c++

The Homebrew package for its http parser dependency was disabled quite a while ago because the library is unmaintained and no longer compiled from source against our current compiler toolchain,...

maintenance
ci

This is pretty helpful to get started with writing schemas, as it allows one to go from inferred events over to having a manually specified schema without needing to write...

feature
operator

At long last, it's time to remove the matcher plugin. It has been superseded by the `lookup` plugin, which is superior in many ways.

maintenance
engine

I recently introduced this alongside the component lifetime logging. For some old components, we do still use the labels that I thought we didn't use anymore. Ignoring them led to...

bug
engine

> [!NOTE] > I did not spend much time thinking about the naming of these two options. This is bound to change with TQL2 in the Tenzir v5 release anyways,...

feature
operator

This changes the `slice` operator to use a more familiar syntax for slicing events: `:`, `:`, or `:`. This makes room for adding strides to the operator in the famililar...

operator
improvement